mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
put the session in the packet handler map directly (for client sessions)
This commit is contained in:
parent
953f3472cf
commit
fd5f555f36
2 changed files with 1 additions and 41 deletions
|
@ -634,9 +634,4 @@ var _ = Describe("Client", func() {
|
|||
Expect(counter).To(Equal(2))
|
||||
})
|
||||
})
|
||||
|
||||
It("tells its version", func() {
|
||||
Expect(cl.version).ToNot(BeZero())
|
||||
Expect(cl.GetVersion()).To(Equal(cl.version))
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue