Internal change PiperOrigin-RevId: 466685324
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 0ae12d1..24386b3 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -94,7 +94,7 @@ // If true, uses conservative cwnd gain and pacing gain when cwnd gets bootstrapped. QUIC_FLAG(quic_reloadable_flag_quic_conservative_cwnd_and_pacing_gains, false) // If true, validate header field character at spdy stream instead of qpack for IETF QUIC. -QUIC_FLAG(quic_reloadable_flag_quic_validate_header_field_value_at_spdy_stream, false) +QUIC_FLAG(quic_reloadable_flag_quic_validate_header_field_value_at_spdy_stream, true) // Store original QUIC connection IDs in the dispatcher\'s map QUIC_FLAG(quic_restart_flag_quic_map_original_connection_ids2, false) // When the flag is true, exit STARTUP after the same number of loss events as PROBE_UP.