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
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.