Skip to content

Commit 83e4cb2

Browse files
committed
quic: write desired size needs update on maxstream
Without this update the streams can stall, if the chunks are close or bigger than the window size. Signed-off-by: Marten Richter <marten.richter@freenet.de>
1 parent b02ef4c commit 83e4cb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/quic/http3.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ class Http3ApplicationImpl final : public Session::Application {
375375
Debug(&session(),
376376
"HTTP/3 application extending max stream data to %" PRIu64,
377377
max_data);
378+
stream->UpdateWriteDesiredSize(); // the stream might be blocked on js side
378379
nghttp3_conn_unblock_stream(*this, stream->id());
379380
}
380381

0 commit comments

Comments
 (0)