Add QUIC_BUG_IF on empty opportunistic ACKs

Based on the discussion in cl/249218514, we'd rather not hide a potential bug in the codebase. So this CL adds a QUIC_BUG_IF with detailed information in case this happens again down the road.

gfe-relnote: no behavior change, only add QUIC_BUG_IF, not flag protected
PiperOrigin-RevId: 249624687
Change-Id: Ie3c09687aa7e824f5bf82fbe73c3e974291051a0
1 file changed
tree: a0bb9eb843da025508e03c41838eeb80446ae538
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.