diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 351db74..8490405 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -115,6 +115,7 @@ 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);