Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_transaction_id
Method
set_transaction_id
include/proxy/http2/Http2Stream.h:330–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
inline void
331
Http2Stream::set_transaction_id(int new_id)
332
{
333
_id = new_id;
334
}
335
336
inline Http2StreamState
337
Http2Stream::get_state() const
Callers
1
set_stream_id
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected