Skip to content

Commit b320640

Browse files
DavidSchinazicopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 859888583
1 parent 01dc4e7 commit b320640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quiche/common/quiche_feature_flags_list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ QUICHE_FLAG(bool, quiche_reloadable_flag_quic_use_received_client_addresses_cach
7272
QUICHE_FLAG(bool, quiche_reloadable_flag_reset_content_length_status_when_removing_content_length_header, false, true, "If true, the content_length_status field in balsa_headers will always be reset when the Content-Length header is removed, no matter if the Transfer-Encoding header is chuncked or not.")
7373
QUICHE_FLAG(bool, quiche_restart_flag_quic_dispatcher_close_connection_on_invalid_ack, false, false, "An invalid ack is an ack that the peer sent for a packet that was not sent by the dispatcher. If true, the dispatcher will close the connection if it receives an invalid ack.")
7474
QUICHE_FLAG(bool, quiche_restart_flag_quic_shed_tls_handshake_config, false, false, "If true, QUIC connections will call SSL_set_shed_handshake_config to drop BoringSSL handshake state after the handshake finishes in order to save memory.")
75-
QUICHE_FLAG(bool, quiche_restart_flag_quic_stop_parsing_legacy_version_info, false, false, "If true, disable parsing the legacy version information transport parameter.")
75+
QUICHE_FLAG(bool, quiche_restart_flag_quic_stop_parsing_legacy_version_info, false, true, "If true, disable parsing the legacy version information transport parameter.")
7676
QUICHE_FLAG(bool, quiche_restart_flag_quic_stop_sending_legacy_version_info, false, true, "If true, disable sending the legacy version information transport parameter.")
7777
QUICHE_FLAG(bool, quiche_restart_flag_quic_support_release_time_for_gso, false, false, "If true, QuicGsoBatchWriter will support release time if it is available and the process has the permission to do so.")
7878
QUICHE_FLAG(bool, quiche_restart_flag_quic_testonly_default_false, false, false, "A testonly restart flag that will always default to false.")

0 commit comments

Comments
 (0)