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
2 files changed
tree: 466372dacb78de10ce8a578325c4cfebf8244a6b
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.