Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ clear_continued_stream_id
Method
clear_continued_stream_id
include/proxy/http2/Http2ConnectionState.h:464–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
}
463
464
inline void
465
Http2ConnectionState::clear_continued_stream_id()
466
{
467
continued_stream_id = 0;
468
}
469
470
inline uint32_t
471
Http2ConnectionState::get_peer_stream_count() const
Callers
1
rcv_continuation_frame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected