add clear

This commit is contained in:
as2252258@163.com
2019-12-19 10:42:20 +08:00
parent 7c849555f4
commit 976b936396
+1
View File
@@ -253,6 +253,7 @@ class HttpClient
$this->isSSL = false;
}
}
var_dump($first, $this->port);
if (preg_match('/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/', $first)) {
return $first;
}