Re: TS-4703 && PR-829

2016-08-09 Thread James Peach
> On Aug 8, 2016, at 9:30 PM, Alan Carroll > wrote: > > I have to say I'm not in favor having a very fat API where every possible > protocol has an independent call to check. We have actually been doing > something very similar to this with the plugin tag pre-TS-3612. This in > effect mainta

Re: TS-4703 && PR-829

2016-08-09 Thread Alan Carroll
What if we made the API a bit more general. TSReturnCode TSTxnClientProtocolStackGet(TSHttpTxn txnp, int count, char **result, int* actual); This function returns an array of static character strings that represent the protocol stack for the user agent connection. *result* is an array of char c