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
|
@ -171,7 +171,7 @@ var _ = Describe("Crypto Stream", func() {
|
|||
})
|
||||
|
||||
It("respects the maximum size", func() {
|
||||
frameHeaderLen := (&wire.CryptoFrame{}).Length(protocol.VersionWhatever)
|
||||
frameHeaderLen := (&wire.CryptoFrame{}).Length(protocol.Version1)
|
||||
_, err := str.Write([]byte("foobar"))
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
f := str.PopCryptoFrame(frameHeaderLen + 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue