| Index: net/quic/core/quic_connection.cc
|
| diff --git a/net/quic/core/quic_connection.cc b/net/quic/core/quic_connection.cc
|
| index 88d333122501d8d60462b37012d24f113b99c1c4..ae9e1cde4ccafaf436b80296659f51fcf63dd5e5 100644
|
| --- a/net/quic/core/quic_connection.cc
|
| +++ b/net/quic/core/quic_connection.cc
|
| @@ -735,7 +735,7 @@ bool QuicConnection::OnStopWaitingFrame(const QuicStopWaitingFrame& frame) {
|
| }
|
|
|
| largest_seen_packet_with_stop_waiting_ = last_header_.packet_number;
|
| - received_packet_manager_.UpdatePacketInformationSentByPeer(frame);
|
| + received_packet_manager_.DontWaitForPacketsBefore(frame.least_unacked);
|
| return connected_;
|
| }
|
|
|
|
|