.\" Man page generated from reStructuredText. . .TH "TSHTTPTXNREENABLE" "3ts" "Mar 08, 2019" "7.1" "Apache Traffic Server" .SH NAME TSHttpTxnReenable \- notifies the HTTP transaction txnp that the plugin is finished processing the current hook . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .sp \fI#include \fP .INDENT 0.0 .TP .B void TSHttpTxnReenable(TSHttpTxn\fI\ txnp\fP, TSEvent\fI\ event\fP) .UNINDENT .SH DESCRIPTION .sp The plugin tells the transaction \fItxnp\fP to either continue (\fBTS_EVENT_HTTP_CONTINUE\fP) or stop (\fBTS_EVENT_HTTP_ERROR\fP). .sp \fBIMPORTANT:\fP .INDENT 0.0 .INDENT 3.5 You must always reenable the HTTP transaction after the processing of each transaction event. However, never reenable twice. Reenabling twice is a serious error. .UNINDENT .UNINDENT .SH COPYRIGHT 2019, dev@trafficserver.apache.org .\" Generated by docutils manpage writer. .