Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:35:59 +08:00
parent cefe7ae010
commit 6565f1d7a3
+1 -1
View File
@@ -109,7 +109,7 @@ class AsyncClient extends ClientAbstracts
$array = $this->_parseHeaders($path);
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
$receive = '';
$receive = $this->client->recv();
while (true) {
$tmp = $this->client->recv();
if (empty($tmp)) {