mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
queue STREAM_BLOCKED frames from the stream, when popping a STREAM frame
This commit is contained in:
parent
1514e42e11
commit
d49ad2d0cc
9 changed files with 86 additions and 92 deletions
|
@ -138,6 +138,7 @@ var _ = Describe("Stream", func() {
|
|||
str.version = versionGQUICFrames
|
||||
mockFC.EXPECT().SendWindowSize().Return(protocol.MaxByteCount).AnyTimes()
|
||||
mockFC.EXPECT().AddBytesSent(protocol.ByteCount(6))
|
||||
mockFC.EXPECT().IsBlocked()
|
||||
err := str.CancelRead(1234)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(queuedControlFrames).To(BeEmpty()) // no RST_STREAM frame queued yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue