diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 26cd10f..8c4894b 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -132,6 +132,7 @@ class AsyncClient extends ClientAbstracts } $body = implode($string); } + file_put_contents('php://output', $body . PHP_EOL); $this->setBody($body); }