Mark gfe2_reloadable_flag_quic_split_up_send_rst chrome_value false. PiperOrigin-RevId: 340850830 Change-Id: Ie453f689af0d7cf061408eb8dfa31a341bc9522d
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index 7c5f7b8..90deddc 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -67,7 +67,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_path_response, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_timestamps, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_version_negotiation_for_short_connection_ids, false) -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_split_up_send_rst, true) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_split_up_send_rst, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_start_peer_migration_earlier, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_stop_sending_uses_ietf_error_code, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_testonly_default_false, false)