From 1d1b36155a872e5dc9172d1b1e8e74b77178d41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 14:17:01 +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 ea9f1a1..b785aa5 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -124,6 +124,7 @@ class AsyncClient extends ClientAbstracts $this->setStatusCode(intval(explode(' ', $status)[1])); $this->setResponseHeader($header); + var_dump($this->getResponseHeaders()); if ($this->getResponseHeader('Transfer-Encoding') == 'chunked') { $explode = explode("\r\n\r\n", str_replace("0\r\n\r\n", '', $body));