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

Method is_first_transaction

src/proxy/ProxyTransaction.cc:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool
101ProxyTransaction::is_first_transaction() const
102{
103 return _proxy_ssn->get_transact_count() == 1;
104}
105
106void
107ProxyTransaction::set_session_active()

Callers

nothing calls this directly

Calls 1

get_transact_countMethod · 0.45

Tested by

no test coverage detected