From 08793bcf767eb56250b3dc9ca6953f12190d35c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 14:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AsyncClient.php | 1 + 1 file changed, 1 insertion(+) 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); }