Skip to content

Commit

Permalink
Use suggested wording
Browse files Browse the repository at this point in the history
  • Loading branch information
amirlivneh committed Aug 23, 2018
1 parent 57606d0 commit 6148cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-http.md
Expand Up @@ -384,8 +384,8 @@ state), the proxy will set the FIN bit on its connection to the TCP server. When
the proxy receives a packet with the FIN bit set, it will terminate the send
stream that it sends to client. TCP connections which remain half-closed in a
single direction are not invalid, but are often handled poorly by servers, so
clients SHOULD NOT send a STREAM frame with a FIN bit for connections on
which they are still expecting data.
clients SHOULD NOT close a stream for sending for streams on which they still
expect to receive data from the target of the CONNECT.

A TCP connection error is signaled with RST_STREAM. A proxy treats any error in
the TCP connection, which includes receiving a TCP segment with the RST bit set,
Expand Down

0 comments on commit 6148cd3

Please sign in to comment.