modify plugin name

This commit is contained in:
2022-02-14 14:42:56 +08:00
parent a4bd152b59
commit 9d717b0f7a
+2
View File
@@ -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 {