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

Method set_session_active

src/proxy/ProxySession.cc:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void
50ProxySession::set_session_active()
51{
52 if (!m_active) {
53 m_active = true;
54 this->increment_current_active_connections_stat();
55 }
56}
57
58void
59ProxySession::clear_session_active()

Callers 3

create_streamMethod · 0.45
new_transactionMethod · 0.45

Tested by

no test coverage detected