MCPcopy 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
330inline void
331Http2Stream::set_transaction_id(int new_id)
332{
333 _id = new_id;
334}
335
336inline Http2StreamState
337Http2Stream::get_state() const

Callers 1

set_stream_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected