Explicitly cast QuicIetfTransportErrorCodes to uint16_t when forwarded to QuicStrCat.

Otherwise, if a QuicIetfTransportErrorCodes is forwarded to QuicStrCat, chromium QuicStrCatImpl will call operator << on QuicIetfTransportErrorCodes again, which introduces an infinite loop.

gfe-relnote: n/a Version 99 only.
PiperOrigin-RevId: 266411556
Change-Id: Idfb7956effb9c512869ec77f857df4be64d32227
2 files changed
tree: 597c5260d1a245efda47fe87c9f529578706cad6
  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.