Fix logging of QuicNewTokenFrame

This issue was found during IETF interop. The current code is logging the token bytes directly, which can cause issues in some terminal emulators. This CL logs token bytes encoded as hex to avoid this issue.

gfe-relnote: logging change, not flag protected
PiperOrigin-RevId: 259218241
Change-Id: If3242862802a25e8254c4d52f10f8a7302aa58ba
1 file changed
tree: c88e54e4aedbb34819d90347bd3714f0904765fb
  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.