| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index e8992e09c0dc68f892bf8ec59cffa4de4f4fe4a5..3924bc839a175c8c7744d4364043eae9aa415ff1 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -199,3 +199,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_bandwidth_resumption, false)
|
|
|
| // Add the equivalent number of bytes as 3 TCP TSO segments to QUIC's BBR CWND.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_add_tso_cwnd, false)
|
| +
|
| +// Fix a crash that occurs when a client sends multiple CHLOs close together on
|
| +// the same connection.
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_fix_quic_callback_crash, true)
|
|
|