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

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

merged 2 commits into from Jan 28, 2019

Conversation

bencebeky
Copy link
Contributor

Currently the draft is inconsistent: if the Required Insert Count value in a header block is smaller than dictated by the referenced dynamic table entries, {{overview-hol-avoidance}} says the decoder MAY treat this as a stream error, while {{invalid-references}} says it MUST. This PR seeks to clarify this.

@@ -253,7 +253,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.
zero. For a header block with references to the dynamic table, the Required
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe move this one sentence earlier, where RIC is defined?

dynamic table entries.

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
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe 'defined above'?

@afrind afrind added editorial An issue that does not affect the design of the protocol; does not require consensus. -qpack labels Jan 28, 2019
@afrind afrind merged commit d947b2f into quicwg:master Jan 28, 2019
@bencebeky bencebeky deleted the bnc-requiredinsertcount-error branch January 28, 2019 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-qpack 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

2 participants