Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ class AsyncClient extends ClientAbstracts
|
|||||||
$array = $this->_parseHeaders($path);
|
$array = $this->_parseHeaders($path);
|
||||||
|
|
||||||
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
|
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
|
||||||
$receive = '';
|
$receive = $this->client->recv();
|
||||||
while (true) {
|
while (true) {
|
||||||
$tmp = $this->client->recv();
|
$tmp = $this->client->recv();
|
||||||
if (empty($tmp)) {
|
if (empty($tmp)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user