Index: net/quic/core/quic_flags_list.h |
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h |
index 739c281ff4faef6bed7a6b1818faea91b8211d96..97d64f2fccf57ad5cc9e118dc9c317fab1f48cff 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -148,3 +148,6 @@ QUIC_FLAG(bool, FLAGS_quic_send_push_stream_timed_out_error, true) |
// If true, enable bugfix for FHOL experiment (fin-only |
// WritevStreamData). |
QUIC_FLAG(bool, FLAGS_quic_bugfix_fhol_writev_fin_only_v2, true) |
+ |
+// If true, limits QUIC uncompressed headers to 16K. |
+QUIC_FLAG(bool, FLAGS_quic_limit_uncompressed_headers, false) |