Skip to content

Commit

Permalink
Usable
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Aug 10, 2018
1 parent 482badb commit c777723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-http.md
Expand Up @@ -322,10 +322,10 @@ 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 MUST 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 fully-formed HTTP request, the server SHOULD abort its response with the error
code HTTP_INCOMPLETE_REQUEST.
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 c777723

Please sign in to comment.