Truncate varint to 32-bit integer.

This reverts an unintentional change in CL 226346424 where on 32-bit platforms
varint was implicitly truncated in some cases but not the others.

gfe-relnote: n/a (only affects 32-bit platforms)
PiperOrigin-RevId: 229679285
Change-Id: I962f50e90fd7273f3348f34240d14f5737c9fd12
1 file changed
tree: eb99030669ed6a703a2d6b5c2cf8f5f111b55623
  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.