Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ save_transaction_info
Method
save_transaction_info
include/proxy/http/HttpUserAgent.h:278–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
inline void
279
HttpUserAgent::save_transaction_info()
280
{
281
m_txn_info = {m_txn->get_transaction_id(), m_txn->get_transaction_priority_weight(),
282
m_txn->get_transaction_priority_dependence()};
283
}
Callers
1
set_txn
Method · 0.95
Calls
3
get_transaction_id
Method · 0.45
get_transaction_priority_weight
Method · 0.45
get_transaction_priority_dependence
Method · 0.45
Tested by
no test coverage detected