diff --git a/AsyncClient.php b/AsyncClient.php index 8c62339..2c27f70 100644 --- a/AsyncClient.php +++ b/AsyncClient.php @@ -113,7 +113,7 @@ class AsyncClient extends ClientAbstracts $this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content); $receive = $this->client->recv(); - var_dump($receive); + Kiri::getDi()->get(Logger::class)->debug($receive); [$header, $body] = explode("\r\n\r\n", $receive);