Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-3
@@ -110,10 +110,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);
|
||||||
$receive = $this->client->recv();
|
$receive = $this->client->recv();
|
||||||
if ($tmp = $this->client->recv()) {
|
|
||||||
$receive .= $tmp;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Kiri::getDi()->get(Logger::class)->debug(implode("\r\n", $array) . "\r\n\r\n" . $content);
|
||||||
Kiri::getDi()->get(Logger::class)->debug($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