add clear

This commit is contained in:
2020-11-13 15:54:35 +08:00
parent e3956048b2
commit c37a3995e9
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -348,7 +348,6 @@ class HttpClient
$this->host = System::gethostbyname($this->host);
}
var_dump($this->host);
if (!$this->checkIsIp($this->host) && !$this->isDomainName($this->host)) {
throw new Exception('Client Host error.');
}