From 9076b65080ea6b99b803adf46b951f1147457d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 11:50:17 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 7ebf5f1..bc09fa3 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -118,7 +118,7 @@ class AsyncClient extends ClientAbstracts [$header, $body] = explode("\r\n\r\n", $revice); - var_dump((string)$body); + var_dump(gzdecode($body)); $header = explode("\r\n", $header); $status = array_shift($header);