Set `gfe2_restart_flag_quic_opport_bundle_qpack_decoder_data5` to false on chromium. PiperOrigin-RevId: 633595755
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 8945726..61fa4f9 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -40,7 +40,7 @@ // If true, an endpoint does not detect path degrading or blackholing until handshake gets confirmed. QUIC_FLAG(quic_reloadable_flag_quic_no_path_degrading_before_handshake_confirmed, true) // If true, bundle qpack decoder data with other frames opportunistically. -QUIC_FLAG(quic_restart_flag_quic_opport_bundle_qpack_decoder_data5, true) +QUIC_FLAG(quic_restart_flag_quic_opport_bundle_qpack_decoder_data5, false) // If true, default-enable 5RTO blachole detection. QUIC_FLAG(quic_reloadable_flag_quic_default_enable_5rto_blackhole_detection2, true) // If true, disable QUIC version Q046.