Commit 14dfeee4 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Fix ubsan error

parent f1d8547b
......@@ -240,6 +240,10 @@ void Downstream::detach_downstream_connection() {
auto handler = dconn_->get_client_handler();
if (!handler) {
return;
}
handler->pool_downstream_connection(
std::unique_ptr<DownstreamConnection>(dconn_.release()));
}
......
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