gfe-relnote: n/a(code clean up) Add default definition of copy assignment for QuicPacketHeader.

This is to make QUICHE code compatible in GCC 9.2. Error was reported here: https://github.com/envoyproxy/envoy/issues/9437

PiperOrigin-RevId: 286631852
Change-Id: I15c645399078f0be81c2331d591d6f8975b9fc55
2 files changed
tree: 337267d751e597f3ac2913f8cd123722f6d14c4c
  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.