Change a QUIC_LOG(INFO) about changing the packet number length to a QUIC_DVLOG(1) because it's typically not useful information.

PiperOrigin-RevId: 346114408
Change-Id: I4785e37c4d0a074ce4b66a8d924cb5a30d047579
1 file changed
tree: 7702fff0818ef11c7268d3e66c8e1540198110a4
  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.