modify plugin name

This commit is contained in:
2022-02-14 14:34:56 +08:00
parent 7999847ffa
commit 2e3246dc23
-2
View File
@@ -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 {