Rollback gfe2_reloadable_flag_quic_fix_stateless_reset which causes b/184053898.

PiperOrigin-RevId: 372552281
Change-Id: I35417da7164c20e84193f565a378a1e16af85a63
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h
index 1c9fe27..6af5549 100644
--- a/quic/core/quic_flags_list.h
+++ b/quic/core/quic_flags_list.h
@@ -48,7 +48,7 @@
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_error_on_http3_push, true)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_dispatcher_sent_error_code, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_on_stream_reset, true)
-QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_stateless_reset, true)
+QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_stateless_reset, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_willing_and_able_to_write2, true)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_group_path_response_and_challenge_sending_closer, false)
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_h3_datagram, false)