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
1 file changed
tree: fb6e096eaafe6ba5a7d71200984a4fe95b48dd52
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.