You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Alan M. Carroll" <am...@network-geographics.com> on 2016/08/06 00:28:38 UTC

Re: [apache/trafficserver] TS-4703: Adds an API call to retrieve transaction protocol (#829)

James, I thought your original objection was the API not being sufficiently generally. I think an API that's just a set of booleans for each possible protocol is insufficiently general. This style would mean every new protocol would need new API (e.g. QUIC) whereas with the currently proposed API no new functions would need to be added. Additionally user / custom protocols would also not need new API, they could be covered by this as well.