Skip to content

How does a hyper client open multiple H2 connections for the same address? #3174

Answered by seanmonstar
silence-coding asked this question in Q&A
Discussion options

You must be logged in to vote

hyper currently does not open more than one connection within the same client, based on what RFC 9113 9.1 says:

Clients SHOULD NOT open more than one HTTP/2 connection to a given host and port pair.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by silence-coding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
C-feature Category: feature. This is adding a new feature.
2 participants
Converted from issue

This discussion was converted from issue #3173 on March 15, 2023 14:21.