add clear
This commit is contained in:
@@ -364,6 +364,7 @@ class HttpClient
|
||||
}
|
||||
|
||||
if (!$this->checkIsIp($this->host) && Coroutine::getuid() > 0) {
|
||||
var_dump($this->host);
|
||||
$this->host = System::gethostbyname($this->host);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user