Re: TSHttpTxnIsWebsocket API function

2016-08-04 Thread James Peach
> On Jul 28, 2016, at 7:38 PM, James Peach wrote: > >> >> On Jul 24, 2016, at 11:08 PM, Oliver Goodman wrote: >> >> JIRA issue TS-4698 and pull request >> https://github.com/apache/trafficserver/pull/822 propose to add a TS API >> function to determine whether the current client request rep

Re: TSHttpTxnIsWebsocket API function

2016-07-28 Thread James Peach
> On Jul 24, 2016, at 11:08 PM, Oliver Goodman wrote: > > JIRA issue TS-4698 and pull request > https://github.com/apache/trafficserver/pull/822 propose to add a TS API > function to determine whether the current client request represents a > websocket connection attempt. > > The motivation:

TSHttpTxnIsWebsocket API function

2016-07-24 Thread Oliver Goodman
JIRA issue TS-4698 and pull request https://github.com/apache/trafficserver/pull/822 propose to add a TS API function to determine whether the current client request represents a websocket connection attempt. The motivation: I’ve been working on a C++ API intercept plugin which, among other th