mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
don't enqueue send stream for sending on duplicate Close calls (#4815)
This commit is contained in:
parent
810ef27db5
commit
72a934f375
2 changed files with 1 additions and 3 deletions
|
@ -431,8 +431,6 @@ func TestSendStreamClose(t *testing.T) {
|
|||
require.False(t, hasMore)
|
||||
|
||||
// further calls to Close don't do anything
|
||||
// TODO(#4800): there shouldn't be any calls to mockSender
|
||||
mockSender.EXPECT().onHasStreamData(streamID, str)
|
||||
require.NoError(t, str.Close())
|
||||
_, ok, hasMore = str.popStreamFrame(protocol.MaxByteCount, protocol.Version1)
|
||||
require.False(t, ok)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue