Commit e9465f0e authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Revert "nghttpx: Fix ubsan error"

This reverts commit 14dfeee4.
parent 14dfeee4
......@@ -240,10 +240,6 @@ 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