Internal QUICHE change PiperOrigin-RevId: 352573849 Change-Id: I77dd7faf23d13dd5fa6a7497a180da4ac452b8b8
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index ecfa7c3..b004429 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -41,7 +41,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_mtu_discovery_at_server, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_server_on_wire_ping, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_token_based_address_validation, true) -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_encrypted_control_frames, false) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_encrypted_control_frames, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_encrypted_goaway, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_extract_x509_subject_using_certificate_view, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_willing_and_able_to_write2, true)