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

Define the contents of QPACK Encoder and Decoder streams #1467

Merged
merged 1 commit into from
Jun 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,19 +403,8 @@ to an existing entry in the static or the dynamic table or as a string literal.
For entries which already exist in the dynamic table, the full entry can also be
used by reference, creating a duplicate entry.

Each set of encoder instructions is prefaced by its length, encoded as a
variable length integer with an 8-bit prefix. Instructions MUST NOT span more
than one block.

~~~~~~~~~~ drawing
0 1 2 3 4 5 6 7
+---+---+---+---+---+---+---+---+
| Block Length (8+) |
+-------------------------------+
| Instruction Block (*) ...
+-------------------------------+
~~~~~~~~~~
{: title="Encoder instruction block"}
The contents of the encoder stream are an unframed sequence of the following
instructions.

### Insert With Name Reference

Expand Down Expand Up @@ -522,6 +511,9 @@ the server informs the client about the processing of the client's header blocks
and table updates, and the client informs the server about the processing of the
server's header blocks and table updates.

The contents of the decoder stream are an unframed sequence of the following
instructions.

### Table State Synchronize

The Table State Synchronize instruction begins with the '10' two-bit pattern.
Expand Down