Change -Wdefaulted-function-deleted fix in ValueSplittingHeaderList::const_iterator

After looking at cl/245511621 some more, I believe we can keep header_list_ const by deleting the copy operator since it is never used.

Compile-only change.
PiperOrigin-RevId: 245859533
Change-Id: I40b36423ffba526ffdc7cf6a9ae4fec10a0c7cc3
1 file changed
tree: d6d7d9375c8943410ab2d1b0f8201ffe93ccfd65
  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.