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

Function TSHttpTxnStatusGet

src/api/InkAPI.cc:5171–5178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5169}
5170
5171TSHttpStatus
5172TSHttpTxnStatusGet(TSHttpTxn txnp)
5173{
5174 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
5175
5176 HttpSM *sm = reinterpret_cast<HttpSM *>(txnp);
5177 return static_cast<TSHttpStatus>(sm->t_state.http_return_code);
5178}
5179
5180TSReturnCode
5181TSHttpTxnCntlSet(TSHttpTxn txnp, TSHttpCntlType cntl, bool data)

Callers 4

TSRemapDoRemapFunction · 0.85
read_requestFunction · 0.85
TSRemapDoRemapFunction · 0.85
TSRemapDoRemapFunction · 0.85

Calls 1

sdk_sanity_check_txnFunction · 0.85

Tested by

no test coverage detected