This commit is contained in:
2021-01-11 15:15:52 +08:00
parent 92865f3da8
commit c404cd6b46
+1
View File
@@ -82,6 +82,7 @@ class Client extends ClientAbstracts
if ($isHttps || $this->isSSL()) {
$client = new SClient($host, 443, true);
} else {
var_dump($host, $this->getPort());
$client = new SClient($host, $this->getPort(), false);
}