Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 8e1d0e4a183c83474d80db71814bc16ba64dbc6f..914327ce2843b925ae96c9118fa4ce6f11d95b77 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -82,3 +82,5 @@ bool FLAGS_exact_stream_id_delta = true; |
// Limits the pacing burst out of quiescence to the current congestion window in |
// packets. |
bool FLAGS_quic_limit_pacing_burst = true; |
+ |
+bool FLAGS_quic_require_handshake_confirmation = true; |