net/http: cancel context on incoming request with RST_STREAM #18145
Labels
Comments
We do. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: