Skip to content

Commit

Permalink
(that too)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Aug 10, 2018
1 parent c777723 commit 59da706
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-http.md
Expand Up @@ -320,11 +320,11 @@ and cleanly closing its streams. Clients MUST NOT discard complete responses as
a result of having their request terminated abruptly, though clients can always
discard responses at their discretion for other reasons.

Changes to the state of a request stream, including receiving a RST_STREAM
(regardless of error code), do not affect the state of the server's response.
Servers do not abort a response in progress solely due to a state change on the
request stream. However, if the request stream terminates without containing a
usable HTTP request, the server SHOULD abort its response with the error code
Changes to the state of a request stream, including receiving a RST_STREAM with
any error code, do not affect the state of the server's response. Servers do not
abort a response in progress solely due to a state change on the request stream.
However, if the request stream terminates without containing a usable HTTP
request, the server SHOULD abort its response with the error code
HTTP_INCOMPLETE_REQUEST.

### Header Formatting and Compression
Expand Down

0 comments on commit 59da706

Please sign in to comment.