Re: TCP Connection Semantics

2011-10-04 Thread Nick Kew
On Tue, 04 Oct 2011 09:49:46 -0600 Leif Hedstrom wrote: > On 10/04/2011 07:11 AM, Nick Kew wrote: > > I'd like to write a plugin that works on TCP Connection data. > > In HTTPD I'd just work with the conn_rec and write > > connection-level filters. > > > > TS API exposes HTTP SSN and HTTP TXN, wh

Re: TCP Connection Semantics

2011-10-04 Thread Leif Hedstrom
On 10/04/2011 07:11 AM, Nick Kew wrote: I'd like to write a plugin that works on TCP Connection data. In HTTPD I'd just work with the conn_rec and write connection-level filters. TS API exposes HTTP SSN and HTTP TXN, whose semantics confuse me. Tracing callbacks for them over a simple HTTP requ

TCP Connection Semantics

2011-10-04 Thread Nick Kew
I'd like to write a plugin that works on TCP Connection data. In HTTPD I'd just work with the conn_rec and write connection-level filters. TS API exposes HTTP SSN and HTTP TXN, whose semantics confuse me. Tracing callbacks for them over a simple HTTP request, I get the order of callbacks: SSN S