Skip to content

Commit

Permalink
Martin's nits
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Feb 7, 2018
1 parent e59e2a4 commit 7b64f16
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions draft-ietf-quic-http.md
Expand Up @@ -383,12 +383,12 @@ RST_STREAM or STOP_SENDING frames, as appropriate) with an error type of
HTTP_REQUEST_CANCELLED ({{http-error-codes}}). When the client cancels a
request or response, it indicates that the response is no longer of interest.

When the server cancels either direction of the request stream, it indicates
that no application processing was performed. The client can treat requests
cancelled by the server as though they had never been sent at all, thereby
allowing them to be retried later on a new connection. Servers MUST NOT use the
HTTP_REQUEST_CANCELLED status for requests which were partially or fully
processed.
When the server cancels (HTTP_REQUEST_CANCELLED) either direction of the request
stream, it indicates that no application processing was performed. The client

This comment has been minimized.

Copy link
@martinthomson

martinthomson Feb 7, 2018

Member

"When the server cancels either direction of the request stream using HTTP_REQUEST_CANCELLED,"

can treat requests cancelled by the server as though they had never been sent at
all, thereby allowing them to be retried later on a new connection. Servers
MUST NOT use the HTTP_REQUEST_CANCELLED status for requests which were partially
or fully processed.

Note:
: In this context, "processed" means that some data from the stream was
Expand Down Expand Up @@ -862,9 +862,9 @@ transit. A new connection can be established for new requests.

If the client has sent requests on streams with a higher Stream ID than
indicated in the GOAWAY frame, those requests are considered cancelled
({{request-cancellation}}). Endpoints SHOULD reset any streams above this ID
with the error code HTTP_REQUEST_CANCELLED. Servers MAY also cancel requests on
streams below the indicated ID if the associated requests were not processed.
({{request-cancellation}}). Clients SHOULD reset any streams above this ID with
the error code HTTP_REQUEST_CANCELLED. Servers MAY also cancel requests on
streams below the indicated ID if these requests were not processed.

Requests on Stream IDs less than or equal to the Stream ID in the GOAWAY frame
might have been processed; their status cannot be known until they are completed
Expand Down

0 comments on commit 7b64f16

Please sign in to comment.