Remove QUIC priority experiments.

These experiments have been concluded some time ago.  Default scheduler is
spdy::WriteSchedulerType::SPDY, which implements buckets from 0 to 7.

Protected by FLAGS_quic_reloadable_flag_quic_deprecate_http2_priority_experiment.

PiperOrigin-RevId: 342260955
Change-Id: I97ce03aaf326047e9ab5027426da478d4ab98e24
3 files changed
tree: 47e1e3c84343909ad1420926942272a42abbec13
  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.