Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
458
inline void
459
Http2ConnectionState::set_continued_stream_id(Http2StreamId stream_id)
460
{
461
continued_stream_id = stream_id;
462
}
463
464
inline void
465
Http2ConnectionState::clear_continued_stream_id()
Callers
1
rcv_headers_frame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected