Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
void
277
HttpSM::destroy()
278
{
279
THREAD_FREE(this, httpSMAllocator, this_thread());
280
}
281
282
void
283
HttpSM::init(bool from_early_data)
Callers
9
~HttpSM
Method · 0.45
attach_client_session
Method · 0.45
setup_push_read_response_header
Method · 0.45
tunnel_handler_100_continue
Method · 0.45
setup_server_read_response_header
Method · 0.45
redirect_request
Method · 0.45
EndRemapRequest
Method · 0.45
handleIfRedirect
Method · 0.45
handle_cache_write_lock
Method · 0.45
Calls
1
this_thread
Function · 0.85
Tested by
no test coverage detected