| Index: net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| index e2d9519de34ad474baa3c9e0c68b06102eb1e867..078e3d4106b0a3c6f0c304ba23b96b659c85810f 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| @@ -218,6 +218,7 @@ QuicTime::Delta TcpCubicBytesSender::TimeUntilSend(
|
| QuicByteCount bytes_in_flight,
|
| HasRetransmittableData has_retransmittable_data) const {
|
| if (has_retransmittable_data == NO_RETRANSMITTABLE_DATA) {
|
| + DCHECK(!FLAGS_quic_respect_send_alarm2);
|
| // For TCP we can always send an ACK immediately.
|
| return QuicTime::Delta::Zero();
|
| }
|
|
|