Ubuntu Manpages

TSHttpTxnReenable

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

#include <ts/ts.h>


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

You must always reenable the HTTP transaction after the processing of each transaction event. However, never reenable twice. Reenabling twice is a serious error.

2014, dev@trafficserver.apache.org