forked from quic-go/quic-go
pass MAX_STREAM_DATA frames directly to the stream
This commit is contained in:
@@ -18,7 +18,7 @@ type cryptoStreamI interface {
|
||||
SetReadOffset(protocol.ByteCount)
|
||||
// methods needed for flow control
|
||||
GetWindowUpdate() protocol.ByteCount
|
||||
UpdateSendWindow(protocol.ByteCount)
|
||||
HandleMaxStreamDataFrame(*wire.MaxStreamDataFrame)
|
||||
IsFlowControlBlocked() bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user