From 080dbdcf0d919ea4e14ce913290e41dca810c584 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 17:30:02 +0800 Subject: [PATCH] 1 --- src/AsyncClient.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index fc6ad4d..cede419 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -107,8 +107,6 @@ class AsyncClient extends ClientAbstracts $array = implode("\r\n", $array) . "\r\n\r\n"; $this->client->send($array . $content); - var_dump($array . $content); - $revice = $this->client->recv(); [$header, $body] = explode("\r\n\r\n", $revice);