You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be a lot clearer about what it means to receive HTTP_REQUEST_CANCELLED for a stream where part of the response was received. What if you receive (in the same packet even) a STREAM frame containing the headers block and a 200 status code, followed by a cancellation of that stream?
This also applies to GOAWAY, which implicitly sends HTTP_REQUEST_CANCELLED for all requests with stream ID > N.
The text was updated successfully, but these errors were encountered:
We should be a lot clearer about what it means to receive HTTP_REQUEST_CANCELLED for a stream where part of the response was received. What if you receive (in the same packet even) a STREAM frame containing the headers block and a 200 status code, followed by a cancellation of that stream?
This also applies to GOAWAY, which implicitly sends HTTP_REQUEST_CANCELLED for all requests with stream ID > N.
The text was updated successfully, but these errors were encountered: