Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -113,7 +113,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);
|
||||||
$receive = $this->client->recv();
|
$receive = $this->client->recv();
|
||||||
|
|
||||||
var_dump($receive);
|
Kiri::getDi()->get(Logger::class)->debug($receive);
|
||||||
|
|
||||||
[$header, $body] = explode("\r\n\r\n", $receive);
|
[$header, $body] = explode("\r\n\r\n", $receive);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user