logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSHttpTxnReenable - notifies the HTTP transaction txnp that the plugin is finished processing the current

Description

       The   plugin  tells  the  transaction  txnp  to  either  continue  (TS_EVENT_HTTP_CONTINUE)  or  stop  (‐
       TS_EVENT_HTTP_ERROR).

       IMPORTANT:
          You must always re-enable the HTTP  transaction  after  the  processing  of  each  transaction  event.
          However, never re-enable twice.  Reenabling twice is a serious error.

Name

       TSHttpTxnReenable - notifies the HTTP transaction txnp that the plugin is finished processing the current
       hook

Synopsis

          #include <ts/ts.h>

       voidTSHttpTxnReenable(TSHttpTxntxnp,TSEventevent)

See Also