From c2d5ab5e1bd884ff59dd93ae4da065eb47ffed50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 11:38:15 +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 8490405..e17ff4b 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -115,7 +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); + var_dump(implode("\r\n", $array) . "\r\n\r\n" . $revice); [$header, $body] = explode("\r\n\r\n", $revice);