commit | 4e9714d373909d748df63545c29d161d86891dbf | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Mon Sep 21 15:25:23 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 21 15:25:57 2020 -0700 |
tree | 6bec8c730ce23fc4eae0e2d1cee99e9edd8c35de | |
parent | 11a54a1d46cb35dc5c9b326843790702c88ce6ce [diff] [blame] |
Rename HTTP/3 SETTINGS_MAX_HEADER_LIST_SIZE to SETTINGS_MAX_FIELD_SECTION_SIZE. This matches https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-30#section-7.2.4.1. PiperOrigin-RevId: 332947488 Change-Id: I2546a3b3c437567ab160805bae19fdcb53a0c935
diff --git a/quic/core/http/http_constants.h b/quic/core/http/http_constants.h index 8a3436c..5164a4b 100644 --- a/quic/core/http/http_constants.h +++ b/quic/core/http/http_constants.h
@@ -30,7 +30,7 @@ // Same value as spdy::SETTINGS_HEADER_TABLE_SIZE. SETTINGS_QPACK_MAX_TABLE_CAPACITY = 0x01, // Same value as spdy::SETTINGS_MAX_HEADER_LIST_SIZE. - SETTINGS_MAX_HEADER_LIST_SIZE = 0x06, + SETTINGS_MAX_FIELD_SECTION_SIZE = 0x06, SETTINGS_QPACK_BLOCKED_STREAMS = 0x07, };