Add move assignment operator to QuicStreamSequencer

This is required for upcoming QUIC+TLS ALPN extraction.
A new extractor class will be a member to
QuicBufferedPacketStore::BufferedPacketList which needs
a move assignment operator, and it uses QuicStreamSequencer,
therefore we need that to support move assignment. Similarly,
that requires adding move asignment to QuicStreamSequencerBuffer
which also requires making two const members non-const.

gfe-relnote: n/a, added unused operator
PiperOrigin-RevId: 307459373
Change-Id: I3091cb7a6a27a6b01e528417500c18746f3adc3e
2 files changed
tree: 2ec635779553cbc89aa113b1fce4c3c9733416ab
  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.