plucky (3) TSHttpTxnReenable.3ts.gz

Provided by: trafficserver-dev_9.2.5+ds-1_amd64 bug

NAME

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

SYNOPSIS

          #include <ts/ts.h>

       void TSHttpTxnReenable(TSHttpTxn txnp, TSEvent event)

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.

       2024, dev@trafficserver.apache.org