TSHttpTxnAborted

Synopsis

#include <ts/ts.h>
TSReturnCode TSHttpTxnAborted(TSHttpTxn txnp)

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.