diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 312904a..2e8f7b1 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -134,6 +134,8 @@ class AsyncClient extends ClientAbstracts $this->setStatusCode(intval(explode(' ', $status)[1])); $this->parseResponseHeaders($header); $this->setBody($body); + + var_dump($body); }