From 597cacd191c4e1f7613323932b1b7e7d90e4b74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 11:34:29 +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 351db74..8490405 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -115,6 +115,7 @@ class AsyncClient extends ClientAbstracts } $this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content); $revice = $this->client->recv(); + var_dump($revice); [$header, $body] = explode("\r\n\r\n", $revice);