No public description PiperOrigin-RevId: 628414591
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 4c7c44c..ed4435f 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -34,7 +34,7 @@ // If true, allow client to enable BBRv2 on server via connection option \'B2ON\'. QUIC_FLAG(quic_reloadable_flag_quic_allow_client_enabled_bbr_v2, true) // 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) +QUIC_FLAG(quic_reloadable_flag_quic_gfe_allow_alps_new_codepoint, true) // 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.