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
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.