Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_transaction_id
Method
get_transaction_id
src/proxy/http3/Http3Transaction.cc:215–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
int
216
HQTransaction::get_transaction_id() const
217
{
218
return this->_info.adapter.stream().id();
219
}
220
221
void
222
HQTransaction::increment_transactions_stat()
Callers
3
state_read_server_response_header
Method · 0.45
set_stream_id
Method · 0.45
get_transaction
Method · 0.45
Calls
1
id
Method · 0.45
Tested by
no test coverage detected