forked from quic-go/quic-go
don't use closures for passing OnLost and OnAcked STREAM frame callbacks (#3833)
This commit is contained in:
@@ -60,7 +60,7 @@ type streamI interface {
|
||||
// for sending
|
||||
hasData() bool
|
||||
handleStopSendingFrame(*wire.StopSendingFrame)
|
||||
popStreamFrame(maxBytes protocol.ByteCount, v protocol.VersionNumber) (*ackhandler.Frame, bool)
|
||||
popStreamFrame(maxBytes protocol.ByteCount, v protocol.VersionNumber) (ackhandler.StreamFrame, bool, bool)
|
||||
updateSendWindow(protocol.ByteCount)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user