Add QUIC_EXPORT_PRIVATE to ValueSplittingHeaderList::const_iterator.

This is to fix Chromium linking error in Chromium, see
https://chromium-review.googlesource.com/c/chromium/src/+/1586882/1 and
https://ci.chromium.org/p/chromium/builders/try/win_chromium_compile_dbg_ng/281634.

I prepared the same change in QUICHE on a branch:
https://quiche.googlesource.com/quiche/+/roll/245354565
and tested at https://crrev.com/c/1588357 that it passes.

gfe-relnote: n/a.  Linker-related macro only has effect on Windows.
PiperOrigin-RevId: 245783547
Change-Id: Ib6cde66c9c6776ac0b408eccab627ba63025c555
1 file changed
tree: c1ae46e17ab173689e015fa4cf71b1e85cbe6d45
  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.