Index: trunk/src/net/quic/congestion_control/quic_congestion_manager.cc |
=================================================================== |
--- trunk/src/net/quic/congestion_control/quic_congestion_manager.cc (revision 204061) |
+++ trunk/src/net/quic/congestion_control/quic_congestion_manager.cc (working copy) |
@@ -62,7 +62,6 @@ |
QuicPacketSequenceNumber sequence_number) { |
PendingPacketsMap::iterator it = pending_packets_.find(sequence_number); |
if (it != pending_packets_.end()) { |
- // Shouldn't this report loss as well? (decrease cgst window). |
send_algorithm_->AbandoningPacket(sequence_number, it->second); |
pending_packets_.erase(it); |
} |