-
Notifications
You must be signed in to change notification settings - Fork 18k
The http2 response body is not coming. #69305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
client <-- http2 --> reverse proxy <-- http1.1 --> server I checked that tcp zero window occurred between proxy <-> server because data could not be sent to client. Once it occurs, this symptom will only be resolved by restarting the browser. |
I am checking debug additionally, but if I use bundle, it will be reproduced and x/net/http2 will not be reproduced. The issue seems to be the same. |
Duplicate of #42534 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.6 linux/amd64
Output of
go env
in your module/workspace:What did you do?
client (chrome) <-- http2 --> reverse proxy <-- http1.1 --> server
I created 15 tabs in Chrome and accessed them.
What did you see happen?
After checking tcpdump, http2 is not responding. It seems that http2debug=2 is not sending data either.
What did you expect to see?
I expected all the responses to come normally.
Please let me know if you need to collect data, I will collect it as much as I can.
The text was updated successfully, but these errors were encountered: