Skip to content

x/net/http2: validate connection headers more #14214

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

Closed
bradfitz opened this issue Feb 3, 2016 · 1 comment
Closed

x/net/http2: validate connection headers more #14214

bradfitz opened this issue Feb 3, 2016 · 1 comment
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Feb 3, 2016

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.

@gopherbot
Copy link
Contributor

CL https://golang.org/cl/21534 mentions this issue.

@golang golang locked and limited conversation to collaborators Apr 6, 2017
c3mb0 pushed a commit to c3mb0/net that referenced this issue Apr 2, 2018
Fixes golang/go#14214

Change-Id: I474af4735e2135d787e948220a8fcdbba73a2b25
Reviewed-on: https://go-review.googlesource.com/21534
Reviewed-by: Andrew Gerrand <adg@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants