TSHttpTxnAborted
TSHttpTxnAborted API function
- Provided by: trafficserver-dev (Version: 8.0.5+ds-3)
- Source: trafficserver
- Report a bug
TSHttpTxnAborted API function
#include <ts/ts.h>
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.
The API returns TS_SUCCESS, if the requested transaction is aborted, TS_ERROR otherwise.
2020, dev@trafficserver.apache.org