parent
14dfeee4ed
commit
e9465f0ee5
|
@ -240,10 +240,6 @@ void Downstream::detach_downstream_connection() {
|
||||||
|
|
||||||
auto handler = dconn_->get_client_handler();
|
auto handler = dconn_->get_client_handler();
|
||||||
|
|
||||||
if (!handler) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
handler->pool_downstream_connection(
|
handler->pool_downstream_connection(
|
||||||
std::unique_ptr<DownstreamConnection>(dconn_.release()));
|
std::unique_ptr<DownstreamConnection>(dconn_.release()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue