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

Cancellation of requests with (partial) responses #756

Closed
martinthomson opened this issue Sep 4, 2017 · 1 comment
Closed

Cancellation of requests with (partial) responses #756

martinthomson opened this issue Sep 4, 2017 · 1 comment
Labels
-http design An issue that affects the design of the protocol; resolution requires consensus.

Comments

@martinthomson
Copy link
Member

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.

@martinthomson martinthomson added -http design An issue that affects the design of the protocol; resolution requires consensus. labels Sep 4, 2017
@MikeBishop
Copy link
Contributor

#770 appears to cover this as well, though the part about CANCELLED should perhaps move elsewhere in the doc.

@MikeBishop MikeBishop added the proposal-ready An issue which has a proposal that is believed to be ready for a consensus call. label Feb 6, 2018
@mnot mnot removed proposal-ready An issue which has a proposal that is believed to be ready for a consensus call. labels Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-http design An issue that affects the design of the protocol; resolution requires consensus.
Projects
None yet
Development

No branches or pull requests

3 participants