Internal change PiperOrigin-RevId: 407119641
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index 0b5ada5..23be7f9 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -118,7 +118,7 @@ // If true, validate that peer owns the new address once the server detects peer migration or is probed from that address, and also apply anti-amplification limit while sending to that address. QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_server_reverse_validate_new_path3, true) // When receiving STOP_SENDING, send a RESET_STREAM with a matching error code. -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_match_ietf_reset_code, false) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_match_ietf_reset_code, true) // When the flag is true, exit STARTUP after the same number of loss events as PROBE_UP. QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_bbr2_startup_probe_up_loss_events, true) // When true, QUIC server will ignore received key_update_not_yet_supported transport parameter.