改名
This commit is contained in:
@@ -82,6 +82,7 @@ class Client extends ClientAbstracts
|
|||||||
if ($isHttps || $this->isSSL()) {
|
if ($isHttps || $this->isSSL()) {
|
||||||
$client = new SClient($host, 443, true);
|
$client = new SClient($host, 443, true);
|
||||||
} else {
|
} else {
|
||||||
|
var_dump($host, $this->getPort());
|
||||||
$client = new SClient($host, $this->getPort(), false);
|
$client = new SClient($host, $this->getPort(), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user