From 2e3246dc2308485cf0b6013c9d7c3835482abbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 14 Feb 2022 14:34:56 +0800 Subject: [PATCH] modify plugin name --- Coroutine/Http.php | 2 -- 1 file changed, 2 deletions(-) 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 {