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