-
We know that HTTP/2 has multiplexing properties. So usually only one TCP connection is established with the same server. By reading the source code, I roughly understand that I got lost while reading due to the code complexity of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@dotnet/ncl |
Beta Was this translation helpful? Give feedback.
-
TLDR: the connection gets reestablished automatically There are multiple things to take into consideration:
Hope this answers your question. |
Beta Was this translation helpful? Give feedback.
TLDR: the connection gets reestablished automatically
There are multiple things to take into consideration: