From 510daa1bb6c9b06bbe066dce04af4a49c0bbbdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 11:51:05 +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, 2 deletions(-) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index e416e86..6ff6102 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -118,8 +118,6 @@ class AsyncClient extends ClientAbstracts [$header, $body] = explode("\r\n\r\n", $revice); - var_dump(gzdecode($body)); - $header = explode("\r\n", $header); $status = array_shift($header);