| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 78523af2555a4b6d6179d04b65c82d590249e1d7..2e29274194c322758ef4fe52773dbf32661f13d9 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -85,7 +85,7 @@ bool FLAGS_quic_use_new_idle_timeout = true;
|
| bool FLAGS_quic_use_stream_sequencer_buffer = true;
|
|
|
| // If true, don't send QUIC packets if the send alarm is set.
|
| -bool FLAGS_quic_respect_send_alarm = true;
|
| +bool FLAGS_quic_respect_send_alarm2 = true;
|
|
|
| // If ture, sets callback pointer to nullptr after calling Cancel() in
|
| // QuicCryptoServerStream::CancelOutstandingCallbacks.
|
|
|