Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ start_sub_sm
Method
start_sub_sm
src/proxy/http/HttpSM.cc:371–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
void
372
HttpSM::start_sub_sm()
373
{
374
tunnel.init(this, mutex);
375
cache_sm.init(this, mutex);
376
transform_cache_sm.init(this, mutex);
377
}
378
379
void
380
HttpSM::attach_client_session(ProxyTransaction *txn)
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected