Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_state
Method
get_state
include/proxy/http2/Http2Stream.h:336–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
inline Http2StreamState
337
Http2Stream::get_state() const
338
{
339
return _state;
340
}
341
342
inline void
343
Http2Stream::set_peer_rwnd(Http2WindowSize new_size)
Callers
7
restart_sending
Method · 0.95
rcv_data_frame
Method · 0.80
rcv_headers_frame
Method · 0.80
rcv_continuation_frame
Method · 0.80
rcv_frame
Method · 0.80
delete_stream
Method · 0.80
send_data_frames
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected