Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/quic/http3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ class Http3ApplicationImpl final : public Session::Application {
Debug(&session(),
"HTTP/3 application extending max stream data to %" PRIu64,
max_data);
stream->UpdateWriteDesiredSize(); // the stream might be blocked on js side
nghttp3_conn_unblock_stream(*this, stream->id());
}

Expand Down
Loading