Commit fc402f58 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Cleanup

parent f74b6d9a
...@@ -151,9 +151,7 @@ Http3Upstream::~Http3Upstream() { ...@@ -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_);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment