modify plugin name

This commit is contained in:
2022-02-14 14:46:41 +08:00
parent 9d717b0f7a
commit 7a0322d8b3
-2
View File
@@ -164,7 +164,6 @@ class Http extends Component
}
}
if ($response->isWritable()) {
while (($data = $response->recv()) instanceof Frame) {
try {
if ($data->opcode == WEBSOCKET_OPCODE_PING || $data->opcode == WEBSOCKET_OPCODE_PONG) {
@@ -175,7 +174,6 @@ class Http extends Component
$this->logger()->error($throwable->getMessage());
}
}
}
call_user_func($close, $response->fd);
} catch (\Throwable $throwable) {
$this->logger()->error($throwable->getMessage());