Skip to content

Commit

Permalink
Merge branch 'qpack_indexing' into qpack-onepass2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Apr 25, 2018
2 parents d2583c5 + 2b3e651 commit e4137e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Insertion Point Dropping Point
n = count of entries inserted
d = count of entries dropped
~~~~~
{: title="Dynamic Table Indexing - Control Stream"}
{: title="Example Dynamic Table Indexing - Control Stream"}

Because frames from request streams can be delivered out of order with
instructions on the control stream, relative indices are relative to the Base
Expand Down Expand Up @@ -293,7 +293,7 @@ represented as an 8-bit prefix string literal.
### Duplicate {#indexed-duplicate}

Duplication of an existing entry in the dynamic table starts with the '000'
three-bit pattern. The absolute index of the existing entry is represented as
three-bit pattern. The relative index of the existing entry is represented as
an integer with a 5-bit prefix.

~~~~~~~~~~ drawing
Expand Down

0 comments on commit e4137e1

Please sign in to comment.