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
1 file changed
tree: 1d2a920d778c6032ee629cbb6e5a0f6ac9e9d0bf
  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.