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

TSHttpTxnRedoCacheLookup - TSHttpTxnRedoCacheLookup API function

Description

       Perform  a cache lookup with a different url.  This function rewinds the state machine to perform the new
       cache lookup. The cache_info for the new url must have been initialized before calling this function.

       If the length argument is -1, this function will take the length from the url argument.

Name

       TSHttpTxnRedoCacheLookup - TSHttpTxnRedoCacheLookup API function

Notes

       This API may be changed in the future version since it is experimental.

See Also

TSAPI(3ts),

Synopsis

          #include <ts/experimental.h>

       TSReturnCodeTSHttpTxnRedoCacheLookup(TSHttpTxntxnp,constchar*url,intlength)

See Also