Skip to content

Commit cffb9bc

Browse files
committed
quic: Fix lint
1 parent 83e4cb2 commit cffb9bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quic/http3.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +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
378+
stream->UpdateWriteDesiredSize(); // the stream might be blocked on js side
379379
nghttp3_conn_unblock_stream(*this, stream->id());
380380
}
381381

0 commit comments

Comments
 (0)