From 4856e76e6fbc5ebb62dd756946214a5b45f68a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 11:54:30 +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 insertions(+) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index d13dc2f..335cb9b 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -116,6 +116,8 @@ 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); $header = explode("\r\n", $header);