logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSHttpTxnAborted - TSHttpTxnAborted API function

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)

See Also