MCPcopy Create free account
hub / github.com/apache/trafficserver / get_continued_stream_id

Method get_continued_stream_id

include/proxy/http2/Http2ConnectionState.h:452–456  ·  view source on GitHub ↗

Continuated header decoding

Source from the content-addressed store, hash-verified

450
451// Continuated header decoding
452inline Http2StreamId
453Http2ConnectionState::get_continued_stream_id() const
454{
455 return continued_stream_id;
456}
457
458inline void
459Http2ConnectionState::set_continued_stream_id(Http2StreamId stream_id)

Callers 1

do_start_frame_readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected