Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump SETTINGS_NUM_PLACEHOLDERS codepoint to 0x9 #2530

Merged
merged 1 commit into from
Mar 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ The following settings are defined in HTTP/3:
SETTINGS_MAX_HEADER_LIST_SIZE (0x6):
: The default value is unlimited. See {{header-formatting}} for usage.

SETTINGS_NUM_PLACEHOLDERS (0x8):
SETTINGS_NUM_PLACEHOLDERS (0x9):
: The default value is 0. However, this value SHOULD be set to a non-zero
value by servers. See {{placeholders}} for usage.

Expand Down Expand Up @@ -1612,7 +1612,7 @@ The entries in the following table are registered by this document.
| Reserved | 0x4 | N/A |
| Reserved | 0x5 | N/A |
| MAX_HEADER_LIST_SIZE | 0x6 | {{settings-parameters}} |
| NUM_PLACEHOLDERS | 0x8 | {{settings-parameters}} |
| NUM_PLACEHOLDERS | 0x9 | {{settings-parameters}} |
| ---------------------------- | ------ | ------------------------- |

Additionally, each code of the format `0x1f * N + 0x21` for integer values of N
Expand Down