Add QUIC_EXPORT_PRIVATE macros to qpack_index_conversions.h functions.

This is to unblock QUICHE roll into Chromium, which currently fails to link.

Also remove stale comments (I meant to delete them before submitting
change 263421099.)

gfe-relnote: n/a.  QUIC_EXPORT_PRIVATE is a no-op in Google3.
PiperOrigin-RevId: 263748009
Change-Id: I88efb758f14357c45f72434337bfae3950058524
1 file changed
tree: a93b2f88eb1623ca7d2fe95ad47a5ffd80077c8b
  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.