table of contents
other versions
- stretch 7.0.0-6+deb9u2
- testing 8.0.2+ds-1
- stretch-backports 7.1.6+ds-1~bpo9+2
- unstable 8.0.3+ds-2
TSHTTPTXNREENABLE(3ts) | Apache Traffic Server | TSHTTPTXNREENABLE(3ts) |
NAME¶
TSHttpTxnReenable - notifies the HTTP transaction txnp that the plugin is finished processing the current hookSYNOPSIS¶
#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 reenable the HTTP transaction after the
processing of each transaction event. However, never reenable twice.
Reenabling twice is a serious error.
COPYRIGHT¶
2018, dev@trafficserver.apache.orgAugust 29, 2018 | 7.0 |