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 Blocking Setting #1143

Merged
merged 12 commits into from May 14, 2018
2 changes: 1 addition & 1 deletion draft-ietf-quic-qpack.md
Expand Up @@ -507,7 +507,7 @@ For header blocks encoded in non-blocking mode, the encoder needs to forego
indexed representations that refer to table updates which have not yet been
acknowledged with {{feedback}}. Since all table updates are processed in
sequence on the control stream, an index into the dynamic table is sufficient to
track which entries have been processed.
track which entries have been acknowledged.

To track blocked streams, the necessary Base Index value for each stream
can be used. Whenever the decoder processes a table update, it can begin
Expand Down