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

Unidirectional and bidirectional streams #885

Merged
merged 12 commits into from Oct 30, 2017
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -2715,7 +2715,7 @@ same direction being counted as open.

Stream IDs are usually encoded as a 32-bit integer, though the STREAM frame
({{frame-stream}}) permits a shorter encoding when the leading bits of the
stream ID are zero.
Stream ID are zero.


## Life of a Stream {#stream-states}
Expand Down