Skip to content

Commit

Permalink
Remove unnecessary wordcrafting to blocked-insertion first paragraph.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnc-google committed Oct 29, 2019
1 parent ab210a0 commit 9fd0b8b
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 @@ -190,10 +190,10 @@ while the decoder is relatively simple.

### Blocked Dynamic Table Insertions {#blocked-insertion}

A dynamic table entry is blocking if its insertion has not been acknowledged by
the decoder, or if it is referenced by an unacknowledged header block. In
particular, a dynamic table entry that has never been referenced can still be
blocking.
A dynamic table entry is considered blocking and cannot be evicted until its
insertion has been acknowledged and there are no outstanding unacknowledged
references to the entry. In particular, a dynamic table entry that has never
been referenced can still be blocking.

Note that references on the encoder stream do not make an entry blocking,
because those are guaranteed to be processed before the instruction that evicts
Expand Down

0 comments on commit 9fd0b8b

Please sign in to comment.