gfe-relnote: add some static casts to types in quic_circular_deque.h to allow it to build on Chrome.

Also remove the use of naked "string" in quic_framer_process_data_packet_fuzzer.cc and use "std::string" instead.

PiperOrigin-RevId: 280522893
Change-Id: Id2b125423fe78836875760192ca4db8bd857c16d
2 files changed
tree: ee56982ae9a858d272435b475a05b12a57330357
  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.