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

Method destroy

src/proxy/http/HttpSM.cc:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void
277HttpSM::destroy()
278{
279 THREAD_FREE(this, httpSMAllocator, this_thread());
280}
281
282void
283HttpSM::init(bool from_early_data)

Callers 9

~HttpSMMethod · 0.45
attach_client_sessionMethod · 0.45
redirect_requestMethod · 0.45
EndRemapRequestMethod · 0.45
handleIfRedirectMethod · 0.45

Calls 1

this_threadFunction · 0.85

Tested by

no test coverage detected