mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
pass the version to the receiveStream constructor
This commit is contained in:
parent
d0a394430f
commit
5d45bb046b
3 changed files with 9 additions and 3 deletions
|
@ -125,7 +125,7 @@ func newStream(streamID protocol.StreamID,
|
|||
s.completedMutex.Unlock()
|
||||
},
|
||||
}
|
||||
s.receiveStream = *newReceiveStream(streamID, senderForReceiveStream, flowController)
|
||||
s.receiveStream = *newReceiveStream(streamID, senderForReceiveStream, flowController, version)
|
||||
return s
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue