We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@aojea points out in https://go-review.googlesource.com/c/net/+/610977/comment/2f78d788_69fe1833/ that HTTP/2 extended CONNECT requests can get stuck waiting for a SETTINGS frame, due to a failure to close ClientConn.seenSettingsChan on some error paths.
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/633277 mentions this issue: http2: avoid extended CONNECT hang when connection breaks during startup
http2: avoid extended CONNECT hang when connection breaks during startup
Sorry, something went wrong.
No branches or pull requests
@aojea points out in https://go-review.googlesource.com/c/net/+/610977/comment/2f78d788_69fe1833/ that HTTP/2 extended CONNECT requests can get stuck waiting for a SETTINGS frame, due to a failure to close ClientConn.seenSettingsChan on some error paths.
The text was updated successfully, but these errors were encountered: