Skip to content

Commit

Permalink
Question 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Feb 14, 2022
1 parent 3f5efd5 commit 4b53094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,10 +675,10 @@ possible, it is RECOMMENDED that servers send an HTTP response with an
appropriate status code rather than canceling a request it has already begun
processing.

Implementations SHOULD cancel requests by abruptly terminating any
directions of a stream that are still open. This means resetting the
sending parts of streams and aborting reading on receiving parts of streams;
see {{Section 2.4 of QUIC-TRANSPORT}}.
Implementations SHOULD cancel requests by abruptly terminating any directions of
a stream that are still open. To do so, an implementation resets the sending
parts of streams and aborts reading on the receiving parts of streams; see
{{Section 2.4 of QUIC-TRANSPORT}}.

When the server cancels a request without performing any application processing,
the request is considered "rejected." The server SHOULD abort its response
Expand Down

0 comments on commit 4b53094

Please sign in to comment.