Skip to content
Discussion options

You must be logged in to vote

In HTTP/2 streams and connections are two different things. A connection is as it is named, a connection between a client and a server. A stream represents a specific request in a connection. If the client and server support it, a connection can have multiple streams. The max_connections limit that is configurable withLimits(max_connections=200, max_keepalive_connections=40) is for the number of connections, not streams.

So I do not think that is a bug, however, this then gets into the question, #2416, I just brought up a few days ago. As I said there, AFAICT, you can't configure the H2Connection object to change the max streams limit (also, just to correct a slight error, H2Connection is…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ruanimal
Comment options

Answer selected by lovelydinosaur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants