Skip to content

Commit 04d9c88

Browse files
quic: Fix lint in src/quic/http3.cc
Co-authored-by: James M Snell <jasnell@gmail.com>
1 parent 0a8d6dd commit 04d9c88

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
@@ -821,7 +821,7 @@ class Http3ApplicationImpl final : public Session::Application {
821821
} else if (flags & NGHTTP3_STREAM_CLOSE_FLAG_TX_APP_ERROR_CODE_SET) {
822822
stream->Destroy(QuicError::ForApplication(tx_app_error_code));
823823
} else {
824-
stream->Destroy();
824+
stream->Destroy();
825825
}
826826
ExtendMaxStreams(EndpointLabel::REMOTE, direction, 1);
827827
}

0 commit comments

Comments
 (0)