From 2baeb20b8d455bfe010b5c5613bc5a72950b782a Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 12 Dec 2021 04:14:22 +0800 Subject: [PATCH] 1 --- src/AsyncClient.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 904006e..7b5fc25 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -114,12 +114,10 @@ class AsyncClient extends ClientAbstracts } } $array = implode("\r\n", $array) . "\r\n\r\n"; - var_dump($array . $content); $this->client->send($array . $content); $revice = $this->client->recv(); - var_dump($revice); [$header, $body] = explode("\r\n\r\n", $revice); $header = explode("\r\n", $header);