改名
This commit is contained in:
@@ -115,6 +115,7 @@ class AsyncClient extends ClientAbstracts
|
|||||||
}
|
}
|
||||||
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
|
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
|
||||||
$revice = $this->client->recv();
|
$revice = $this->client->recv();
|
||||||
|
var_dump($revice);
|
||||||
|
|
||||||
[$header, $body] = explode("\r\n\r\n", $revice);
|
[$header, $body] = explode("\r\n\r\n", $revice);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user