You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't you make the server pool a transaction count in session?
What did you see instead?
I'm using http2. However, proxy <-> server and tcp are slow. A tcp retransmission occurs.
In this situation, only one http2 session is open.
Transaction is all locked. There is one server.
It becomes normal when connecting to the server without going through the proxy.
Can't you make the server pool a transaction count in session?
I checked with the netstat command and only use one tcp session.
The text was updated successfully, but these errors were encountered:
Rohsichan
changed the title
affected/package:
affected/package: net/http http2 reverse proxy connection pool
Sep 20, 2023
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I am is httputil reverse proxy http2 use, client <- h2 -> proxy <- h2 -> server
transport config
What did you expect to see?
Can't you make the server pool a transaction count in session?
What did you see instead?
I'm using http2. However, proxy <-> server and tcp are slow. A tcp retransmission occurs.
In this situation, only one http2 session is open.
Transaction is all locked. There is one server.
It becomes normal when connecting to the server without going through the proxy.
Can't you make the server pool a transaction count in session?
I checked with the netstat command and only use one tcp session.
The text was updated successfully, but these errors were encountered: