Make QuicSpdyStream::OnStreamHeaderList() return void.

Only QuicSpdyStream::OnHeadersFrameEnd() cares about the return value.
When blocked encoding is implemented, the return value will be
considered and passed back to HttpDecoder in the synchronous case, but
will be ignored in the async case, where OnStreamHeaderList() will be
called not from inside an HttpDecoder::ProcessInput() call.

gfe-relnote: n/a, change to QUIC v99-only code path.
PiperOrigin-RevId: 255242560
Change-Id: I4ef67a7f8b0926830e12a3da0f6317b32db951e3
2 files changed
tree: 7ea3bba4ef9fcc0988b4713507ba636ae91023d4
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. 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.