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

Function TSHttpSsnDebugGet

src/api/InkAPI.cc:5300–5307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5298}
5299
5300int
5301TSHttpSsnDebugGet(TSHttpSsn ssnp, int *on)
5302{
5303 sdk_assert(sdk_sanity_check_http_ssn(ssnp) == TS_SUCCESS);
5304 sdk_assert(on != nullptr);
5305 *on = (reinterpret_cast<ProxySession *>(ssnp))->debug();
5306 return TS_SUCCESS;
5307}
5308
5309int
5310TSHttpTxnClientReqHdrBytesGet(TSHttpTxn txnp)

Callers

nothing calls this directly

Calls 2

debugMethod · 0.45

Tested by

no test coverage detected