Disable quic_allocate_stream_sequencer_buffer_blocks_on_demand on Chrome.

This is causing failure on older Android devices, https://ci.chromium.org/ui/p/chromium/builders/try/android-lollipop-arm-rel/182515/overview

PiperOrigin-RevId: 345060484
Change-Id: I5049d6eb32db385de7872eb2bedb8cb14b15a915
1 file changed
tree: 99662a1d5e07894bd39c2fe23393a90651289c13
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.