mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-24 04:01:07 +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
@@ -463,8 +463,6 @@ std::string toString(QuicVersion version) {
|
||||
return "QUIC_V1";
|
||||
case QuicVersion::QUIC_V1_ALIAS:
|
||||
return "QUIC_V1_ALIAS";
|
||||
case QuicVersion::QUIC_DRAFT:
|
||||
return "QUIC_DRAFT";
|
||||
case QuicVersion::MVFST_EXPERIMENTAL:
|
||||
return "MVFST_EXPERIMENTAL";
|
||||
case QuicVersion::MVFST_ALIAS:
|
||||
|
||||
Reference in New Issue
Block a user