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

Method is_peer_concurrent_stream_ub

src/proxy/http2/Http2ConnectionState.cc:1648–1652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1646}
1647
1648bool
1649Http2ConnectionState::is_peer_concurrent_stream_ub() const
1650{
1651 return peer_streams_count_in >= (peer_settings.get(HTTP2_SETTINGS_MAX_CONCURRENT_STREAMS)) * 0.9;
1652}
1653
1654bool
1655Http2ConnectionState::is_peer_concurrent_stream_lb() const

Callers 1

new_transactionMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected