Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user