Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:30:10 +08:00
parent 698868b6ee
commit a5c2467cdf
+1 -1
View File
@@ -109,7 +109,7 @@ class AsyncClient extends ClientAbstracts
$array = $this->_parseHeaders($path);
if ($this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content)) {
$receive = $this->waite('');
$receive = $this->client->recv();
Kiri::getDi()->get(Logger::class)->debug($receive);