MCPcopy 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
371void
372HttpSM::start_sub_sm()
373{
374 tunnel.init(this, mutex);
375 cache_sm.init(this, mutex);
376 transform_cache_sm.init(this, mutex);
377}
378
379void
380HttpSM::attach_client_session(ProxyTransaction *txn)

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected