class Protocol::HTTP2::Connection
def maximum_concurrent_streams
The maximum number of concurrent streams that this connection can initiate. This is a setting that can be changed by the remote peer.
def maximum_concurrent_streams @remote_settings.maximum_concurrent_streams end