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

Method get_peer_stream_count

include/proxy/http2/Http2ConnectionState.h:470–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470inline uint32_t
471Http2ConnectionState::get_peer_stream_count() const
472{
473 return peer_streams_count_in;
474}
475
476inline void
477Http2ConnectionState::decrement_peer_stream_count()

Callers 2

rcv_data_frameMethod · 0.95
rcv_priority_frameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected