mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 21:57:36 +03:00
add client functionality to the streamsMap
This commit is contained in:
parent
6cb48aad71
commit
16da08a440
6 changed files with 70 additions and 13 deletions
|
@ -159,7 +159,7 @@ var _ = Describe("Session", func() {
|
|||
func(protocol.ConnectionID) { closeCallbackCalled = true },
|
||||
)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(clientSession.streamsMap.openStreams).To(HaveLen(1))
|
||||
Expect(clientSession.streamsMap.openStreams).To(HaveLen(1)) // Crypto stream
|
||||
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue