| Index: net/quic/core/quic_connection.cc
|
| diff --git a/net/quic/core/quic_connection.cc b/net/quic/core/quic_connection.cc
|
| index 99daacf033ec54c9a039569a5a08f459238966d2..66f5be67dfaf18d0bbe4daf1ecb6a72ddae3a40d 100644
|
| --- a/net/quic/core/quic_connection.cc
|
| +++ b/net/quic/core/quic_connection.cc
|
| @@ -346,6 +346,7 @@ void QuicConnection::SetFromConfig(const QuicConfig& config) {
|
| close_connection_after_five_rtos_ = true;
|
| }
|
| if (packet_generator_.latched_flag_no_stop_waiting_frames() &&
|
| + version() > QUIC_VERSION_37 &&
|
| config.HasClientSentConnectionOption(kNSTP, perspective_)) {
|
| QUIC_FLAG_COUNT_N(quic_reloadable_flag_quic_no_stop_waiting_frames, 2, 2);
|
| no_stop_waiting_frames_ = true;
|
|
|