Re: [DISCUSS] Promote or deprecate experimental API TSHttpTxnCntl()

2021-10-13 Thread Shu Kit Chan
+1 I think the generic way is a good direction as well. Lua plugin supports that initially because long ago i thought that will be used more often. On Wed, Oct 13, 2021 at 10:38 AM Sudheer Vinukonda wrote: > > +1 > I like the generic API direction, and extending it to support other existing >

Re: [DISCUSS] Promote or deprecate experimental API TSHttpTxnCntl()

2021-10-13 Thread Sudheer Vinukonda
+1  I like the generic API direction, and extending it to support other existing controls in favor of a different API for each. On Wednesday, October 13, 2021, 09:16:40 AM PDT, Leif Hedstrom wrote: Anyone have any thoughts on this? If not, lazy consensus will apply and I’ll pick one (

Re: [DISCUSS] Promote or deprecate experimental API TSHttpTxnCntl()

2021-10-13 Thread Leif Hedstrom
Anyone have any thoughts on this? If not, lazy consensus will apply and I’ll pick one (which would be to promote TSHttpTxnCntl() and deprecate the overlapping APIs). — Leif > On Oct 5, 2021, at 7:40 AM, Leif Hedstrom wrote: > > Hi all, > > While poking around, looking for a way to turn off

[DISCUSS] Promote or deprecate experimental API TSHttpTxnCntl()

2021-10-05 Thread Leif Hedstrom
Hi all, While poking around, looking for a way to turn off logging for a single transaction (to effectively sample logging activity), I stumbled upon this API in experimental.h: tsapi TSReturnCode TSHttpTxnCntl(TSHttpTxn txnp, TSHttpCntlType cntl, void *data); The intent here was obviously t