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

Clarify when to signal error on incorrect Required Insert Count. #2368

Merged
merged 2 commits into from Jan 28, 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
14 changes: 7 additions & 7 deletions draft-ietf-quic-qpack.md
Expand Up @@ -252,16 +252,16 @@ received.

Each header block contains a Required Insert Count, the lowest possible value
for the Insert Count with which the header block can be decoded. For a header
block with no references to the dynamic table, the Required Insert Count is
zero. For a header block with references to the dynamic table, the Required
Insert Count is one larger than the largest Absolute Index of all referenced
dynamic table entries.
block with references to the dynamic table, the Required Insert Count is one
larger than the largest Absolute Index of all referenced dynamic table
entries. For a header block with no references to the dynamic table, the
Required Insert Count is zero.

If the decoder encounters a header block with a Required Insert Count value
larger than defined here, it MAY treat this as a stream error of type
larger than defined above, it MAY treat this as a stream error of type
HTTP_QPACK_DECOMPRESSION_FAILED. If the decoder encounters a header block with
a Required Insert Count value smaller than defined here, it MUST treat this as a
stream error of type HTTP_QPACK_DECOMPRESSION_FAILED as prescribed in
a Required Insert Count value smaller than defined above, it MUST treat this as
a stream error of type HTTP_QPACK_DECOMPRESSION_FAILED as prescribed in
{{invalid-references}}.

When the Required Insert Count is zero, the frame contains no references to the
Expand Down