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

Modify QPACK steam and instruction terminology #2440

Merged
merged 3 commits into from Feb 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-qpack.md
Expand Up @@ -599,11 +599,11 @@ described in {{HTTP3}}.

QPACK defines two unidirectional stream types:

- An encoder stream is a unidirectional stream of type `0x48` (ASCII 'H').
- An encoder stream is a unidirectional stream of type `0x02`.
It carries an unframed sequence of encoder instructions from encoder
to decoder.

- A decoder stream is a unidirectional stream of type `0x68` (ASCII 'h').
- A decoder stream is a unidirectional stream of type `0x03`.
It carries an unframed sequence of decoder instructions from decoder
to encoder.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.