forked from quic-go/quic-go
add QUIC 39 to supported versions
The Chrome installed on Travis doesn't support QUIC 39 yet.
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
// SupportedVersions lists the versions that the server supports
|
||||
// must be in sorted descending order
|
||||
var SupportedVersions = []VersionNumber{
|
||||
Version39,
|
||||
Version38,
|
||||
Version37,
|
||||
Version36,
|
||||
|
||||
Reference in New Issue
Block a user