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
Per https://httpwg.github.io/specs/rfc7540.html#rfc.section.8.1.2.2 and the problem described in curl/curl#633, we should make Go's http2 client & server as strict as the GFE when it comes to not sending and not accepting connection headers over http2.
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/21534 mentions this issue.
Sorry, something went wrong.
golang/net@af4fee9
http2: make Server reject connection-level headers with a 400 response
34aa9c8
Fixes golang/go#14214 Change-Id: I474af4735e2135d787e948220a8fcdbba73a2b25 Reviewed-on: https://go-review.googlesource.com/21534 Reviewed-by: Andrew Gerrand <adg@golang.org>
No branches or pull requests
Per https://httpwg.github.io/specs/rfc7540.html#rfc.section.8.1.2.2 and the problem described in curl/curl#633, we should make Go's http2 client & server as strict as the GFE when it comes to not sending and not accepting connection headers over http2.
The text was updated successfully, but these errors were encountered: