From 9d717b0f7a07a138c9fe2b4d4dbea2ab90c63bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 14 Feb 2022 14:42:56 +0800 Subject: [PATCH] modify plugin name --- Coroutine/Http.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Coroutine/Http.php b/Coroutine/Http.php index 5cecf20..c68d55e 100644 --- a/Coroutine/Http.php +++ b/Coroutine/Http.php @@ -179,6 +179,8 @@ class Http extends Component call_user_func($close, $response->fd); } catch (\Throwable $throwable) { $this->logger()->error($throwable->getMessage()); + } finally { + $fdCollector->remove($response->fd); } }); } else {