table of contents
TSHTTPTXNABORTED(3ts) | Apache Traffic Server | TSHTTPTXNABORTED(3ts) |
NAME¶
TSHttpTxnAborted - TSHttpTxnAborted API function
SYNOPSIS¶
#include <ts/ts.h>
DESCRIPTION¶
TSHttpTxnAborted() returns TS_SUCCESS if the requested transaction is aborted. This function should be used to determine whether a transaction has been aborted before attempting to cache the results.
RETURN VALUES¶
The API returns TS_SUCCESS, if the requested transaction is aborted, TS_ERROR otherwise.
COPYRIGHT¶
2022, dev@trafficserver.apache.org
May 21, 2022 | 8.1 |