Re: Session API hooks support for CPPAPI.

2019-07-15 Thread Alan Carroll
Yes, a session is an inbound connection. Tracking all requests on an inbound connection is precisely what the traffic_dump plugin does using that hook. On Sat, Jul 13, 2019 at 11:55 AM Dk Jack wrote: > Interesting. Would a session mean TCP/ssl session? Would this allow > for keeping track of all

Re: Session API hooks support for CPPAPI.

2019-07-13 Thread Dk Jack
Interesting. Would a session mean TCP/ssl session? Would this allow for keeping track of all requests received on a connection? On Fri, Jul 12, 2019 at 2:52 PM Walt Karas wrote: > > Anyone interested in the CPPAPI please look at: > https://github.com/apache/trafficserver/pull/5713

Session API hooks support for CPPAPI.

2019-07-12 Thread Walt Karas
Anyone interested in the CPPAPI please look at: https://github.com/apache/trafficserver/pull/5713