Re: ClientReq API

2011-10-12 Thread Leif Hedstrom
On 10/12/2011 10:14 AM, Nick Kew wrote: Apart from these apparently-inconsistent semantics being confusing, the version I'm looking for is the first one, and I don't seem able to get it! Is this a bug? The thing is that we only keep one copy of the client request, and it gets modified. For a

ApacheCon 2011 and ATS "meetup"

2011-10-12 Thread Leif Hedstrom
Hi all, For anyone attending ApacheCon this year, please take a look at http://wiki.apache.org/apachecon/ApacheMeetupsNa11 and update the "counts" for interests in the various meetups accordingly. And if you haven't registered for ApacheCon yet (that includes you jumby!), now is an excel

ClientReq API

2011-10-12 Thread Nick Kew
The TS API provides a couple of different functions to get HTTP request and response data. Thus I can get a Request using TSHttpTxnClientReqGet, TSHttpTxnServerReqGet or TSHttpTxnCachedReqGet. I'm looking for the Client data, and the semantics of TSHttpTxnClientReqGet seem inconsistent. I can de