mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-25 15:43:13 +03:00
remove QuicVersion::QUIC_DRAFT
Summary: - as title, deprecate QuicVersion::QUIC_DRAFT Reviewed By: jbeshay Differential Revision: D50466992 fbshipit-source-id: 2b2776d142142bc07fd27053a68dd635959a7f31
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dd7db53a65
commit
4eefa3bebd
@@ -92,8 +92,7 @@ TEST(ServerTransportParametersTest, TestQuicV1RejectDraftExtensionNumber) {
|
||||
ConnectionId(std::vector<uint8_t>{0xff, 0xfe, 0xfd, 0xfc}),
|
||||
ConnectionId(std::vector<uint8_t>()));
|
||||
EXPECT_THROW(
|
||||
ext.getExtensions(getClientHello(QuicVersion::QUIC_DRAFT)),
|
||||
FizzException);
|
||||
ext.getExtensions(getClientHello(QuicVersion::MVFST)), FizzException);
|
||||
EXPECT_NO_THROW(ext.getExtensions(getClientHello(QuicVersion::QUIC_V1)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user