Add an explicit cast from uint64_t to size_t.

Otherwise it fails to compile on Chromium 32-bit platforms.

gfe-relnote: n/a (no functional change)
PiperOrigin-RevId: 229406761
Change-Id: Idc32566d22c4a03a0fd4a2b9b5fd4a7c17f830cc
1 file changed
tree: 1c88c9071825fdd9f2caf8dc6a91283421b149ca
  1. http2/
  2. CONTRIBUTING.md
  3. LICENSE
  4. 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.