Replace uses of CHECK/DCHECK with QUICHE_CHECK/QUICHE_DCHECK.

PiperOrigin-RevId: 355264235
Change-Id: I38cfb976579008795b99e9c47ab1f0a76128e5ae
4 files changed
tree: f44650b7641620db30021bbfdfc9ec5f34845160
  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.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.