Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:38:56 +08:00
parent c94883375a
commit aed0e61531
+3
View File
@@ -110,6 +110,9 @@ class AsyncClient extends ClientAbstracts
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
$receive = $this->client->recv();
if ($tmp = $this->client->recv()) {
$receive .= $tmp;
}
Kiri::getDi()->get(Logger::class)->debug($receive);
[$header, $body] = explode("\r\n\r\n", $receive);