Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
bool
101
ProxyTransaction::is_first_transaction() const
102
{
103
return _proxy_ssn->get_transact_count() == 1;
104
}
105
106
void
107
ProxyTransaction::set_session_active()
Callers
nothing calls this directly
Calls
1
get_transact_count
Method · 0.45
Tested by
no test coverage detected