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

Function TSHttpSsnDebugSet

src/api/InkAPI.cc:5293–5298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5291}
5292
5293void
5294TSHttpSsnDebugSet(TSHttpSsn ssnp, int on)
5295{
5296 sdk_assert(sdk_sanity_check_http_ssn(ssnp) == TS_SUCCESS);
5297 (reinterpret_cast<ProxySession *>(ssnp))->set_debug(0 != on);
5298}
5299
5300int
5301TSHttpSsnDebugGet(TSHttpSsn ssnp, int *on)

Callers

nothing calls this directly

Calls 2

set_debugMethod · 0.80

Tested by

no test coverage detected