mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
protocol: remove VersionWhatever, previously used for testing (#3763)
This commit is contained in:
parent
3ebdd1df5e
commit
f36690ae9c
13 changed files with 43 additions and 48 deletions
|
@ -43,7 +43,7 @@ var _ = Describe("Packet Handler Map", func() {
|
|||
Version: protocol.VersionTLS,
|
||||
},
|
||||
PacketNumberLen: protocol.PacketNumberLen2,
|
||||
}).Append(nil, protocol.VersionWhatever)
|
||||
}).Append(nil, protocol.Version1)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
return b
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue