Skip to content
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

x/net/http2: make Server reject conn-specific request headers #15087

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

x/net/http2: make Server reject conn-specific request headers #15087

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

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Apr 3, 2016

The Servers side of #15085, etc.

If the http2.Server gets a request with Connection or Keep-Alive etc headers (see https://http2.github.io/http2-spec/#rfc.section.8.1.2.2), then it should reject it.

@bradfitz bradfitz self-assigned this Apr 3, 2016
@bradfitz bradfitz added this to the Go1.7 milestone Apr 3, 2016
@bradfitz
Copy link
Contributor Author

bradfitz commented Apr 5, 2016

Dup of #14214

@bradfitz bradfitz closed this as completed Apr 5, 2016
@golang golang locked and limited conversation to collaborators Apr 5, 2017
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