Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:44:56 +08:00
parent 044c5c4a28
commit 593f05754d
+1 -1
View File
@@ -110,7 +110,7 @@ class AsyncClient extends ClientAbstracts
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content . "\r\n\r\n"); $this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content . "\r\n\r\n");
$receive = ''; $receive = '';
while (true) { while ($this->client->isConnected()) {
$_tmp = $this->client->recv(); $_tmp = $this->client->recv();
if (empty($_tmp)) { if (empty($_tmp)) {
break; break;