MCPcopy 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
215int
216HQTransaction::get_transaction_id() const
217{
218 return this->_info.adapter.stream().id();
219}
220
221void
222HQTransaction::increment_transactions_stat()

Callers 3

set_stream_idMethod · 0.45
get_transactionMethod · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected