Additional functional version tests.

This CL changes some version-99 tests to be functional, based on
methods added to quic_versions.h. Instead of things like "if version==123"
there are "if version_supports_feature_x(version)". Currently, the method
tests for the correct, existing, versions (that is, if it tested for
version 99 before, it still does.)

gfe-relnote: N/A. This CL changes version-99 tests to be functional.
PiperOrigin-RevId: 252875457
Change-Id: I68b5f1bbd9513a7abd689af88e3c18c67e168ded
1 file changed
tree: 0cab6150bf332e4746ffee10be5808610547b0ab
  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.