diff --git a/local/src/core/http3.cc b/local/src/core/http3.cc index 177d6514..c1e2c2e4 100644 --- a/local/src/core/http3.cc +++ b/local/src/core/http3.cc @@ -376,7 +376,7 @@ cb_stream_stop_sending( { H3Session *h3_session = reinterpret_cast(conn_data); int rv = nghttp3_conn_stop_sending(h3_session->quic_socket.h3conn, stream_id); - if(rv) { + if (rv) { return NGTCP2_ERR_CALLBACK_FAILURE; }