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
2 files changed
tree: 47cd1b9df51c7a4bd7407304d754b18943930ed2
  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.