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

Method free

src/proxy/http2/Http2ClientSession.cc:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void
66Http2ClientSession::free()
67{
68 auto mutex_thread = this->mutex->thread_holding;
69 if (Http2CommonSession::common_free(this)) {
70 Metrics::Gauge::decrement(http2_rsb.current_client_session_count);
71 THREAD_FREE(this, http2ClientSessionAllocator, mutex_thread);
72 }
73}
74
75void
76Http2ClientSession::start()

Callers 1

main_event_handlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected