Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant word #1692

Merged
merged 2 commits into from Aug 28, 2018
Merged

Remove redundant word #1692

merged 2 commits into from Aug 28, 2018

Conversation

amirlivneh
Copy link
Contributor

No description provided.

Copy link
Contributor

@MikeBishop MikeBishop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch that the words don't line up, but I think the right fix is in the other direction.

@@ -384,7 +384,7 @@ 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 cause send a STREAM frame with a FIN bit for connections on
clients SHOULD NOT send a STREAM frame with a FIN bit for connections on
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably needs more words, not fewer. The HTTP layer doesn't directly send STREAM frames, which is why there's a "cause" in there. Maybe "clients SHOULD NOT close a stream for sending for streams on which they still expect to receive data from the target of the CONNECT"?

@martinthomson martinthomson added editorial An issue that does not affect the design of the protocol; does not require consensus. -http labels Aug 27, 2018
@MikeBishop MikeBishop merged commit df0051e into quicwg:master Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-http editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants