mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-09 10:00:57 +03:00
Draft 24.
Summary: There's no wire breaking changes, so we can up the version for interop. Reviewed By: siyengar Differential Revision: D18486643 fbshipit-source-id: 78d7ff9a0802f17927bcc19cecb375e9295d6708
This commit is contained in:
committed by
Facebook Github Bot
parent
a5a0e96448
commit
6c45bb479a
@@ -463,6 +463,8 @@ std::string toString(QuicVersion version) {
|
||||
return "MVFST";
|
||||
case QuicVersion::QUIC_DRAFT_22:
|
||||
return "QUIC_DRAFT_22";
|
||||
case QuicVersion::QUIC_DRAFT_23:
|
||||
return "QUIC_DRAFT_23";
|
||||
case QuicVersion::QUIC_DRAFT:
|
||||
return "QUIC_DRAFT";
|
||||
case QuicVersion::MVFST_INVALID:
|
||||
|
||||
Reference in New Issue
Block a user