diff --git a/Coroutine/Http.php b/Coroutine/Http.php index 337ecc1..5174b07 100644 --- a/Coroutine/Http.php +++ b/Coroutine/Http.php @@ -170,8 +170,6 @@ class Http extends Component call_user_func($close, $response->fd); } catch (\Throwable $throwable) { $this->logger()->error($throwable->getMessage()); - } finally { - $fdCollector->remove($response->fd); } }); } else {