forked from quic-go/quic-go
remove support for version 30, since we don't implement FEC at all
This commit is contained in:
@@ -11,7 +11,6 @@ type VersionNumber int
|
||||
|
||||
// SupportedVersions lists the versions that the server supports
|
||||
var SupportedVersions = []VersionNumber{
|
||||
30,
|
||||
32,
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ var _ = Describe("Version", func() {
|
||||
})
|
||||
|
||||
It("has proper tag list", func() {
|
||||
Expect(protocol.SupportedVersionsAsTags).To(Equal([]byte("Q030Q032")))
|
||||
Expect(protocol.SupportedVersionsAsTags).To(Equal([]byte("Q032")))
|
||||
})
|
||||
|
||||
It("recognizes supported versions", func() {
|
||||
|
||||
Reference in New Issue
Block a user