Fix QuicSession logging of DATAGRAM frames

Since these frames can contain arbitrary binary data,
logging them without hex formatting can send ASCII control
codes to the terminal which isn't great.

This only impacts debug code, so doesn't require flag protection.

PiperOrigin-RevId: 360229897
Change-Id: Ic9c4926913f5e59f2a1e1770a8fdd98adf9d07f0
1 file changed
tree: 07961aa4de3eb61a19170e1b4966309039442bfa
  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.