改名
This commit is contained in:
@@ -116,6 +116,8 @@ 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);
|
||||||
|
|
||||||
$header = explode("\r\n", $header);
|
$header = explode("\r\n", $header);
|
||||||
|
|||||||
Reference in New Issue
Block a user