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

Improve language on evictable entries. #3131

Merged
merged 10 commits into from
Feb 25, 2020
6 changes: 3 additions & 3 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ If the dynamic table does not contain enough room for a new entry without
evicting other entries, and the entries which would be evicted are not
evictable, the encoder MUST NOT insert that entry into the dynamic table
(including duplicates of existing entries). In order to avoid this, an encoder
that uses the dynamic table has to keep track of each dynamic table referenced
by each header block until that header block is acknowledged by the decoder (see
{{header-acknowledgement}}).
that uses the dynamic table has to keep track of each dynamic table entry
referenced by each header block until that header block is acknowledged by the
decoder (see {{header-acknowledgement}}).

#### Avoiding Prohibited Insertions

Expand Down