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

Method set_debug

include/proxy/ProxySession.h:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234inline void
235ProxySession::set_debug(bool flag)
236{
237 debug_on = flag;
238}
239
240// Return whether debugging is enabled for this session.
241inline bool

Callers 1

TSHttpSsnDebugSetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected