This commit is contained in:
2021-12-11 17:30:02 +08:00
parent 04a1bc2fcb
commit 080dbdcf0d
-2
View File
@@ -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);