Internal QUICHE change PiperOrigin-RevId: 307637357 Change-Id: I0bf07781398ce68b6938b321b1d2ef70bbede038
diff --git a/quic/core/congestion_control/bbr_sender.cc b/quic/core/congestion_control/bbr_sender.cc index f2fa80c..553175c 100644 --- a/quic/core/congestion_control/bbr_sender.cc +++ b/quic/core/congestion_control/bbr_sender.cc
@@ -303,8 +303,7 @@ set_high_cwnd_gain(kDerivedHighGain); set_drain_gain(1.f / kDerivedHighGain); } - if (!exit_startup_on_loss_ && - config.HasClientRequestedIndependentOption(kBBQ2, perspective)) { + if (config.HasClientRequestedIndependentOption(kBBQ2, perspective)) { set_high_cwnd_gain(kDerivedHighCWNDGain); } if (config.HasClientRequestedIndependentOption(kBBQ3, perspective)) {