commit | bb98cbc90092d51b87a430f2702f356f38c86146 | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Tue Apr 23 13:13:56 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 24 12:45:37 2019 -0700 |
tree | 466372dacb78de10ce8a578325c4cfebf8244a6b | |
parent | d035fc392e26c6a4ec22e0cf73248a05b06b8393 [diff] |
Optimize length-reading of HttpDecoder. Use fixed-size array as buffer and only buffer when necessary. gfe-relnote: n/a --under version 99, which isn't used in production. PiperOrigin-RevId: 244911379 Change-Id: I8b24f09b0b13be33b5f35fc12e42b5fae73d186b
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.