mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-09 10:00:57 +03:00
Iterate QuicVersion::MVFST
Summary: This iterates the mvfst version to be semantically equivalent to draft-27, and leaves support for the old mvfst version. The client will not yet be moved to draft-27 by default. Reviewed By: lnicco Differential Revision: D20182452 fbshipit-source-id: 1e11ad7296a6cd8d15ca5ed359d9ed82af79bb17
This commit is contained in:
committed by
Facebook Github Bot
parent
ef92376cb0
commit
d1a3652a4c
@@ -1072,6 +1072,7 @@ INSTANTIATE_TEST_CASE_P(
|
||||
QuicClientTransportIntegrationTest,
|
||||
::testing::Values(
|
||||
TestingParams(QuicVersion::MVFST),
|
||||
TestingParams(QuicVersion::MVFST_D24),
|
||||
TestingParams(QuicVersion::QUIC_DRAFT),
|
||||
TestingParams(QuicVersion::QUIC_DRAFT, 0)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user