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 d1bc575e9075d4ff6430d8e04e59cbaba49bcf33..43a972e26f21e5be96e73fcf5f4505693d6c35d7 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -217,3 +217,9 @@ QUIC_FLAG(double, FLAGS_quic_bbr_slow_delivery_cwnd_gain, 4.0f) |
// Threshold multiplier below which delivery is considered slow. |
QUIC_FLAG(double, FLAGS_quic_bbr_slow_delivery_threshold_multiplier, 0.5f) |
+ |
+// If true, update state if trailing headers with a :final-offset key are |
+// received for a previously closed QUIC stream. |
+QUIC_FLAG(bool, |
+ FLAGS_quic_reloadable_flag_quic_final_offset_from_trailers, |
+ false) |