gfe-relnote: n/a, fix some compiler errors in QUICHE.

Reported in:
https://github.com/envoyproxy/envoy/issues/10422 of -Wsign-compare under GCC.
https://github.com/envoyproxy/envoy/issues/10767 of missing copy assignment under clang10.

PiperOrigin-RevId: 309489267
Change-Id: I69cb5ed3a6b1bd447da44bb241c3d81bf73865ab
2 files changed
tree: e99220ab1b6c94ef68ea825b43ba1a7ef8cc0b98
  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.