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

Method free

src/proxy/http2/Http2ServerSession.cc:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void
62Http2ServerSession::free()
63{
64 auto mutex_thread = this->mutex->thread_holding;
65 if (Http2CommonSession::common_free(this)) {
66 Metrics::Gauge::decrement(http2_rsb.current_server_session_count);
67 THREAD_FREE(this, http2ServerSessionAllocator, mutex_thread);
68 }
69}
70
71void
72Http2ServerSession::start()

Callers 2

main_event_handlerMethod · 0.95
main_event_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected