Skip to content

Commit

Permalink
wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
bnc-google committed Nov 7, 2019
1 parent e4c8fde commit 988da43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ contains entries which cannot be evicted.
A dynamic table entry cannot be evicted immediately after insertion, even if it
has never been referenced. Once the insertion of a dynamic table entry has been
acknowledged and there are no outstanding references to the entry in
unacknowledged header blocks, the entry becomes evictable. Note that references
on the encoder stream do not prevent an entry from being evictable, because
those references are guaranteed to be processed before the instruction that
evicts the entry.
unacknowledged header blocks, the entry becomes evictable. Note that
unacknowledged references on the encoder stream do not preclude the eviction of
an entry, because those references are guaranteed to be processed before the
instruction evicting the entry.

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
Expand Down

0 comments on commit 988da43

Please sign in to comment.