mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
parent
8e7215aaeb
commit
71dcad29b5
2 changed files with 14 additions and 1 deletions
|
@ -125,7 +125,7 @@ func (f *streamFramer) maybePopNormalFrames(maxBytes protocol.ByteCount) (res []
|
|||
return true, nil
|
||||
}
|
||||
|
||||
f.streamsMap.Iterate(fn)
|
||||
f.streamsMap.RoundRobinIterate(fn)
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue