commit | decfd6d9b720ad8691337222636c9dd2035463f2 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Fri Apr 03 06:27:40 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 03 06:28:16 2020 -0700 |
tree | fb6e096eaafe6ba5a7d71200984a4fe95b48dd52 | |
parent | a3878e4717a1c1c4087c45a2c9cbc2d45f96c06a [diff] |
Prevent DCHECK failure in QUIC congestion control I saw a DCHECK failure in GeneralLossAlgorithm::DetectLosses where least_in_flight_ was being compared even though it was uninitialized. I'm unable to reproduce this reliably but this CL looks correct from code inspection. gfe-relnote: n/a, no behavior change PiperOrigin-RevId: 304603107 Change-Id: I8557403886143d763fd6c77be3a7ecbf76628ae2