forked from quic-go/quic-go
queue STREAM_BLOCKED frames from the stream, when popping a STREAM frame
This commit is contained in:
@@ -26,7 +26,6 @@ type streamI interface {
|
||||
// methods needed for flow control
|
||||
GetWindowUpdate() protocol.ByteCount
|
||||
HandleMaxStreamDataFrame(*wire.MaxStreamDataFrame)
|
||||
IsFlowControlBlocked() (bool, protocol.ByteCount)
|
||||
}
|
||||
|
||||
// A Stream assembles the data from StreamFrames and provides a super-convenient Read-Interface
|
||||
|
||||
Reference in New Issue
Block a user