add gQUIC 44 to the supported versions

This commit is contained in:
Marten Seemann
2018-08-27 15:55:23 +07:00
parent c0d4f00b20
commit 91d65baf1b
6 changed files with 16 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ const (
// SupportedVersions lists the versions that the server supports
// must be in sorted descending order
var SupportedVersions = []VersionNumber{
Version44,
Version43,
Version39,
}