add clear

This commit is contained in:
2020-11-13 16:06:38 +08:00
parent 774b16e372
commit 32faedd793
+1
View File
@@ -364,6 +364,7 @@ class HttpClient
} }
if (!$this->checkIsIp($this->host) && Coroutine::getuid() > 0) { if (!$this->checkIsIp($this->host) && Coroutine::getuid() > 0) {
var_dump($this->host);
$this->host = System::gethostbyname($this->host); $this->host = System::gethostbyname($this->host);
} }