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

Method set_continued_stream_id

include/proxy/http2/Http2ConnectionState.h:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458inline void
459Http2ConnectionState::set_continued_stream_id(Http2StreamId stream_id)
460{
461 continued_stream_id = stream_id;
462}
463
464inline void
465Http2ConnectionState::clear_continued_stream_id()

Callers 1

rcv_headers_frameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected