MCPcopy Create free account
hub / github.com/apache/trafficserver / TSHttpTxnRedirectRetries

Function TSHttpTxnRedirectRetries

src/api/InkAPI.cc:6570–6578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6568}
6569
6570int
6571TSHttpTxnRedirectRetries(TSHttpTxn txnp)
6572{
6573 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
6574
6575 HttpSM *sm = reinterpret_cast<HttpSM *>(txnp);
6576
6577 return sm->redirection_tries;
6578}
6579
6580char *
6581TSFetchRespGet(TSHttpTxn txnp, int *length)

Callers 2

EscalateResponseFunction · 0.85
cont_handle_policyFunction · 0.85

Calls 1

sdk_sanity_check_txnFunction · 0.85

Tested by

no test coverage detected