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

qpack: fix reference to blocked-streams section #2891

Merged
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion draft-ietf-quic-qpack.md
Expand Up @@ -321,7 +321,7 @@ decoder has started reading from the stream.
<!-- doesn't the stream become unblocked when the encoder receives the acks? -->

When processing header blocks, the decoder expects the Required Insert Count to
exactly match the value defined in {{blocked-streams}. If it encounters a
exactly match the value defined in {{blocked-streams}}. If it encounters a
smaller value than expected, it MUST treat this as a connection error of type
HTTP_QPACK_DECOMPRESSION_FAILED (see {{invalid-references}}). If it encounters a
larger value than expected, it MAY treat this as a connection error of type
Expand Down