mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
drop support for version 36
This commit is contained in:
parent
2e9bc93b0c
commit
e729701a94
13 changed files with 48 additions and 78 deletions
|
@ -508,7 +508,7 @@ var _ = Describe("Client", func() {
|
|||
ConnectionID: 0x1337,
|
||||
}
|
||||
b := &bytes.Buffer{}
|
||||
err := ph.Write(b, protocol.Version36, protocol.PerspectiveServer)
|
||||
err := ph.Write(b, cl.version, protocol.PerspectiveServer)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
packetConn.dataToRead = b.Bytes()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue