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

net/http: cancel context on incoming request with RST_STREAM #18145

Closed
broady opened this issue Dec 1, 2016 · 1 comment
Closed

net/http: cancel context on incoming request with RST_STREAM #18145

broady opened this issue Dec 1, 2016 · 1 comment

Comments

@broady
Copy link
Contributor

broady commented Dec 1, 2016

An incoming request's context should be valid only while the request is valid. If the client has gone away (RST_STREAM), we should cancel that context.

/cc @bradfitz

@bradfitz
Copy link
Contributor

bradfitz commented Dec 1, 2016

We do.

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

3 participants