Skip to content

Commit

Permalink
Mike's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
afrind committed Sep 27, 2018
1 parent 14d4566 commit 44c0124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-qpack.md
Expand Up @@ -588,9 +588,9 @@ entries might cause a stream to become blocked, as described in
~~~~~~~~~~
{:#fig-size-sync title="Table State Synchronize"}

An encoder that receives an Insert Count equal to zero or greater than the
number of dynamic table entries beyond the current Largest Known Received entry
MUST treat this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
An encoder that receives an Insert Count equal to zero or one that increases
Largest Known Received beyond what the encoder has sent MUST treat this as a
connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.

A decoder chooses when to emit Table State Synchronize instructions. Emitting a
Table State Synchronize after adding each new dynamic table entry will provide
Expand Down

0 comments on commit 44c0124

Please sign in to comment.