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
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.