commit | a0a8c9e5860336931e35df80e494eb4caeeb7f7d | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Mon Jan 14 14:25:11 2019 -0500 |
committer | Victor Vasiliev <vasilvv@google.com> | Mon Jan 14 22:09:39 2019 -0500 |
tree | 1d2a920d778c6032ee629cbb6e5a0f6ac9e9d0bf | |
parent | 23346476fcb2863ac208b4e99edfd7a3aa6d3bcd [diff] |
Automated rollback of changelist 227019741. See https://crbug.com/921074 *** Reason for rollback *** It appears that the caller does not expect the method to return an error, which results in weird behavior on 32-bit platforms *** Original change description *** Avoid truncation error on 32 bit platforms. This is so that truncation warning can be turned into compiler errors for Blink on 32-bit Android platforms. See https://crbug.com/916990 for more context. gfe-relnote: No functional change on 64-bit platforms. Not flag protected. *** PiperOrigin-RevId: 229219479 Change-Id: Ie3ef2d518951894f4a1ee8a7b92478f3a946dfa9
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.