mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 3.3.3
This commit is contained in:
parent
a42f2a14d8
commit
e7c9d4b441
1 changed files with 2 additions and 0 deletions
|
@ -1316,6 +1316,8 @@ lsquic_stream_stop_sending_in (struct lsquic_stream *stream,
|
||||||
SM_HISTORY_APPEND(stream, SHE_STOP_SENDIG_IN);
|
SM_HISTORY_APPEND(stream, SHE_STOP_SENDIG_IN);
|
||||||
stream->stream_flags |= STREAM_SS_RECVD;
|
stream->stream_flags |= STREAM_SS_RECVD;
|
||||||
|
|
||||||
|
stream->sm_qflags &= ~SMQF_SEND_BLOCKED;
|
||||||
|
|
||||||
if (stream->stream_if->on_reset && !(stream->sm_dflags & SMDF_ONRESET1)
|
if (stream->stream_if->on_reset && !(stream->sm_dflags & SMDF_ONRESET1)
|
||||||
&& !(stream->stream_flags & STREAM_ONCLOSE_DONE))
|
&& !(stream->stream_flags & STREAM_ONCLOSE_DONE))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue