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
-
How does a hyper client open multiple H2 connections for the same address? Check whether only one TCP connection becomes a bottleneck in the case of high concurrency. |
Beta Was this translation helpful? Give feedback.
Answered by
seanmonstar
Mar 15, 2023
Replies: 1 comment
-
hyper currently does not open more than one connection within the same client, based on what RFC 9113 9.1 says:
|
Beta Was this translation helpful? Give feedback.
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
hyper currently does not open more than one connection within the same client, based on what RFC 9113 9.1 says: