commit | ceae837fd1d4b2bc24461de1f7e3abbe3e7efae2 | [log] [tgz] |
---|---|---|
author | fkastenholz <fkastenholz@google.com> | Wed Jun 12 12:22:22 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 12 14:55:44 2019 -0700 |
tree | 0cab6150bf332e4746ffee10be5808610547b0ab | |
parent | 668b264532e1d9c255834824b1c1392a3256dd38 [diff] |
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.