Add support for HTTP/3 datagram SETTING
The flag is marked as enabling_blocked_by until we fully support draft-ietf-masque-h3-datagram.
Protected by FLAGS_quic_reloadable_flag_quic_h3_datagram.
PiperOrigin-RevId: 359679117
Change-Id: Ica032348a93be9bafc75307c9d1e1e936c92cb4b
diff --git a/quic/core/http/http_constants.h b/quic/core/http/http_constants.h
index 8c68e74..27ce56b 100644
--- a/quic/core/http/http_constants.h
+++ b/quic/core/http/http_constants.h
@@ -34,6 +34,8 @@
// Same value as spdy::SETTINGS_MAX_HEADER_LIST_SIZE.
SETTINGS_MAX_FIELD_SECTION_SIZE = 0x06,
SETTINGS_QPACK_BLOCKED_STREAMS = 0x07,
+ // draft-ietf-masque-h3-datagram.
+ SETTINGS_H3_DATAGRAM = 0x276,
};
// Returns HTTP/3 SETTINGS identifier as a string.