| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 3146a583bb4b8cbf872500fec02d939d52ac56e4..97bfc9877a6697ea8c66fcc37202601b562a16f7 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -37,7 +37,7 @@ bool FLAGS_quic_use_bbr_congestion_control = false;
|
| bool FLAGS_quic_allow_bbr = false;
|
|
|
| // If true, truncate QUIC connection IDs if the client requests it.
|
| -bool FLAGS_allow_truncated_connection_ids_for_quic = false;
|
| +bool FLAGS_allow_truncated_connection_ids_for_quic = true;
|
|
|
| // Do not flip this flag. jokulik plans more testing and additional monitoring
|
| // before the flag can go the auto-flip process.
|
|
|