We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e4cb2 commit cffb9bcCopy full SHA for cffb9bc
1 file changed
src/quic/http3.cc
@@ -375,7 +375,7 @@ class Http3ApplicationImpl final : public Session::Application {
375
Debug(&session(),
376
"HTTP/3 application extending max stream data to %" PRIu64,
377
max_data);
378
- stream->UpdateWriteDesiredSize(); // the stream might be blocked on js side
+ stream->UpdateWriteDesiredSize(); // the stream might be blocked on js side
379
nghttp3_conn_unblock_stream(*this, stream->id());
380
}
381
0 commit comments