+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
>
+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 (
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
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