Skip to content

Commit

Permalink
Spacing, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
afrind committed Jan 28, 2019
1 parent 7370c3b commit f292895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-qpack.md
Expand Up @@ -840,9 +840,9 @@ The encoder transforms the Required Insert Count as follows before encoding:

~~~
if ReqInsertCount == 0:
EncodedInsertCount = 0
EncInsertCount = 0
else:
EncodedInsertCount = (ReqInsertCount mod (2 * MaxEntries)) + 1
EncInsertCount = (ReqInsertCount mod (2 * MaxEntries)) + 1
~~~

Here `MaxEntries` is the maximum number of entries that the dynamic table can
Expand Down

0 comments on commit f292895

Please sign in to comment.