diff --git a/src/AsyncClient.php b/src/AsyncClient.php index d13dc2f..335cb9b 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -116,6 +116,8 @@ class AsyncClient extends ClientAbstracts $this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content); $revice = $this->client->recv(); + var_dump($revice); + [$header, $body] = explode("\r\n\r\n", $revice); $header = explode("\r\n", $header);