gfe-relnote: Remove use of QuicEndian from QuicFramer, not flag protected This replaces uses of ReadTag/WriteTag combined with QuicEndian::HostToNet32 to use ReadUInt32/WriteUInt32 instead, which handles endianness conversion. PiperOrigin-RevId: 250934036 Change-Id: I3740fd040d6a0c4cbffb41a5fa7f587b70f4f85e
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.