commit | 9e83c26b83c78c6bb0e537e84090eee0269b2826 | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Thu Jan 17 00:20:04 2019 -0500 |
committer | Victor Vasiliev <vasilvv@google.com> | Thu Jan 17 00:21:28 2019 -0500 |
tree | eb99030669ed6a703a2d6b5c2cf8f5f111b55623 | |
parent | bbe900a8ed92b6bc0d0bbc1bff8adf377c414a45 [diff] |
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
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.