Add header_list_size_limit_exceeded argument to OnHeadersDecoded().

The motivation is to allow tests to call OnHeadersDecoded() directly without
QuicSpdyStream having a QpackDecodedHeadersAccumulator object.  This happens in
Envoy at
https://github.com/envoyproxy/envoy/blob/master/test/extensions/quic_listeners/quiche/envoy_quic_server_stream_test.cc#L110,
which crashes since cr/282822239 added a reference to
|qpack_decoded_headers_accumulator_| in QuicSpdyStream::OnHeadersDecoded().

gfe-relnote: n/a, change to QUIC v99-only code.  Protected by existing disabled gfe2_reloadable_flag_quic_enable_version_99.
PiperOrigin-RevId: 284213476
Change-Id: I71737f85d8a00db900565dd16c69510844ef3999
6 files changed
tree: 8bef21692adf6caed5771fd1072f772d6c61aa18
  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.