Re: when to not call TSHttpTxnReenable

2012-08-29 Thread vijay mamidi
yes.. i could see that in the stack trace On Wed, Aug 29, 2012 at 8:57 PM, James Peach wrote: > On 29/08/2012, at 8:52 PM, James Peach wrote: > >> On 28/08/2012, at 7:34 AM, vijay mamidi >> wrote: >> >>> all the transaction based hooks can be reenabled with >>> TSHttpTxnReenable and when the p

Re: when to not call TSHttpTxnReenable

2012-08-29 Thread James Peach
On 29/08/2012, at 8:52 PM, James Peach wrote: > On 28/08/2012, at 7:34 AM, vijay mamidi wrote: > >> all the transaction based hooks can be reenabled with >> TSHttpTxnReenable and when the plugin involves transformations they >> should be reenabled with VIOReenable > > Thanks Vihay. Thanks *Vi

Re: when to not call TSHttpTxnReenable

2012-08-29 Thread James Peach
On 28/08/2012, at 7:34 AM, vijay mamidi wrote: > all the transaction based hooks can be reenabled with > TSHttpTxnReenable and when the plugin involves transformations they > should be reenabled with VIOReenable Thanks Vihay. I was trying to test the plugin by registering every hook and I was u

Re: when to not call TSHttpTxnReenable

2012-08-28 Thread vijay mamidi
all the transaction based hooks can be reenabled with TSHttpTxnReenable and when the plugin involves transformations they should be reenabled with VIOReenable -Vijay On Tue, Aug 28, 2012 at 7:04 AM, James Peach wrote: > On 27/08/2012, at 11:07 PM, vijay mamidi > wrote: > >> VIO should be reena

Re: when to not call TSHttpTxnReenable

2012-08-28 Thread James Peach
On 27/08/2012, at 11:07 PM, vijay mamidi wrote: > VIO should be reenabled with VIOReenable AFACIT TS_EVENT_HTTP_READ_RESPONSE_HDR gives a TSHttpTxn as the event data. Which VIO do you mean? > > -Vijay > > On Mon, Aug 27, 2012 at 10:39 PM, James Peach wrote: >> Hi all, >> >> I have a little

Re: when to not call TSHttpTxnReenable

2012-08-27 Thread vijay mamidi
VIO should be reenabled with VIOReenable -Vijay On Mon, Aug 27, 2012 at 10:39 PM, James Peach wrote: > Hi all, > > I have a little Lua example that trips all the ssn and txn hooks. The > callback function for each hook just calls TSHttpTxnReenable(). I'm finding > that re-enablin the transacti

when to not call TSHttpTxnReenable

2012-08-27 Thread James Peach
Hi all, I have a little Lua example that trips all the ssn and txn hooks. The callback function for each hook just calls TSHttpTxnReenable(). I'm finding that re-enablin the transaction in response to a TS_EVENT_HTTP_READ_RESPONSE_HDR event always asserts. I figured that calling TSHttpTxnReena