commit | 89bfd47d351f2d014f7d9a8a2b431e0b57a4f69f | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Mon Apr 29 11:11:18 2019 -0700 |
committer | Bence Béky <bnc@google.com> | Mon Apr 29 18:14:33 2019 +0000 |
tree | c1ae46e17ab173689e015fa4cf71b1e85cbe6d45 | |
parent | 51b7cad4d61300c5c3d0e24ca63f1aac07563f6a [diff] |
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
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.