diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 95faba7..2f108ee 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -121,6 +121,7 @@ class AsyncClient extends ClientAbstracts $revice = $this->client->recv(); + var_dump($revice); [$header, $body] = explode("\r\n\r\n", $revice); $header = explode("\r\n", $header);