TSHttpTxnAborted - TSHttpTxnAborted API function
Contents
Copyright
2025, dev@trafficserver.apache.org
9.2 May 22, 2025 TSHTTPTXNABORTED(3ts)
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.
Name
TSHttpTxnAborted - TSHttpTxnAborted API function
Return Values
The API returns TS_SUCCESS, if the requested transaction is aborted, TS_ERROR otherwise.
Synopsis
#include <ts/ts.h>
TSReturnCodeTSHttpTxnAborted(TSHttpTxntxnp)