Revert "nghttpx: Fix ubsan error"

This reverts commit 14dfeee4ed.
This commit is contained in:
Tatsuhiro Tsujikawa 2020-07-14 01:08:43 +09:00
parent 14dfeee4ed
commit e9465f0ee5
1 changed files with 0 additions and 4 deletions

View File

@ -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()));
}