Downgrade a QUIC_BUG to a warning.

The path that triggers QUIC_BUG can be triggered by user input, and thus it should not count as a bug.

PiperOrigin-RevId: 338673359
Change-Id: I26d32eca4a01dcfc5bf3f8055b9556093f7a0848
1 file changed
tree: 1a22ba0b8cc54c5f6c9ab7827c56e674d77882a8
  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. QUICHE is only supported on little-endian platforms.