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
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.