mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
store stream data, not STREAM frames, in the streamFrameSorter
This commit is contained in:
parent
ac59e284dd
commit
dbada7ad02
5 changed files with 150 additions and 115 deletions
|
@ -37,5 +37,5 @@ func newCryptoStream(sender streamSender, flowController flowcontrol.StreamFlowC
|
|||
// It must not be called concurrently with any other stream methods, especially Read and Write.
|
||||
func (s *cryptoStreamImpl) setReadOffset(offset protocol.ByteCount) {
|
||||
s.receiveStream.readOffset = offset
|
||||
s.receiveStream.frameQueue.readPosition = offset
|
||||
s.receiveStream.frameQueue.readPos = offset
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue