From 4f41c50f132c18fc7b4cf9494a1fcaabb50d89a9 Mon Sep 17 00:00:00 2001 From: Lucas Pardue Date: Wed, 20 Mar 2019 11:39:44 +0000 Subject: [PATCH] Bump SETTINGS_NUM_PLACEHOLDERS codepoint to 0x9 Fixes #2443. Leave 0x8 open and unreserved so that some future extension document can use it for WebSockets (if they so wish). --- draft-ietf-quic-http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index b69e26fb35..ad98fd52d8 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -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. @@ -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