This commit is contained in:
Tatsuhiro Tsujikawa 2021-09-12 16:55:56 +09:00
parent f74b6d9a43
commit fc402f5804
1 changed files with 1 additions and 3 deletions

View File

@ -151,9 +151,7 @@ Http3Upstream::~Http3Upstream() {
nghttp3_conn_del(httpconn_); nghttp3_conn_del(httpconn_);
if (conn_) { ngtcp2_conn_del(conn_);
ngtcp2_conn_del(conn_);
}
if (qlog_fd_ != -1) { if (qlog_fd_ != -1) {
close(qlog_fd_); close(qlog_fd_);