Skip to content

Commit

Permalink
Fix TODO in QPACK
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jul 6, 2018
1 parent f0217bc commit 7459593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ QPACK defines two settings which are included in the HTTP/QUIC SETTINGS frame.

SETTINGS_HEADER_TABLE_SIZE (0x1):
: An integer with a maximum value of 2^30 - 1. The default value is 4,096
bytes. See (TODO: reference PR#1357) for usage.
bytes. See {{table-dynamic}} for usage.

SETTINGS_QPACK_BLOCKED_STREAMS (0x7):
: An integer with a maximum value of 2^16 - 1. The default value is 100. See
Expand Down

0 comments on commit 7459593

Please sign in to comment.