Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:42:55 +08:00
parent 5eecf66b43
commit 121642e825
+1 -1
View File
@@ -108,7 +108,7 @@ class AsyncClient extends ClientAbstracts
{
$array = $this->_parseHeaders($path);
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content. "\r\n\r\n");
$receive = $this->client->recv();
Kiri::getDi()->get(Logger::class)->debug(implode("\r\n", $array) . "\r\n\r\n" . $content);