No public description PiperOrigin-RevId: 596705676
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 23508a0..d890c10 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -48,7 +48,7 @@ // If true, allow quic to use new ALPS codepoint to negotiate during handshake for H3 if client sends new ALPS codepoint. QUIC_FLAG(quic_reloadable_flag_quic_gfe_allow_alps_new_codepoint, false) // If true, allows QUIC control frames to be written while a packet is being processed. -QUIC_FLAG(quic_restart_flag_quic_allow_control_frames_while_procesing, false) +QUIC_FLAG(quic_restart_flag_quic_allow_control_frames_while_procesing, true) // If true, always bundle qpack decoder data with other frames opportunistically. QUIC_FLAG(quic_restart_flag_quic_opport_bundle_qpack_decoder_data3, false) // If true, an endpoint does not detect path degrading or blackholing until handshake gets confirmed.