Flip quic_fix_on_stream_reset flag for Chrome.

All Chrome net_unittests should pass now since https://crrev.com/c/2716403.

PiperOrigin-RevId: 359791110
Change-Id: Ieae62d8cc9cfe46f2a6c83a58d5c4d8447e28edc
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h
index a9fa0cf..82fe74b 100644
--- a/quic/core/quic_flags_list.h
+++ b/quic/core/quic_flags_list.h
@@ -43,7 +43,7 @@
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_version_rfcv1, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_encrypted_control_frames, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_encrypted_goaway, true)
-QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_on_stream_reset, false)
+QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_on_stream_reset, true)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_willing_and_able_to_write2, true)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_goaway_with_max_stream_id, true)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_h3_datagram, false)