forked from quic-go/quic-go
pass the version to the receiveStream constructor
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user