add clear
This commit is contained in:
@@ -398,7 +398,7 @@ class HttpClient
|
|||||||
return $this->curl($url, $data);
|
return $this->curl($url, $data);
|
||||||
}
|
}
|
||||||
$url = $this->matchHost(ltrim($url, '/'));
|
$url = $this->matchHost(ltrim($url, '/'));
|
||||||
if (!empty($this->port)) {
|
if (!empty($this->port) && $this->port != 443) {
|
||||||
$this->host .= ':' . $this->port;
|
$this->host .= ':' . $this->port;
|
||||||
}
|
}
|
||||||
if ($this->isSSL) {
|
if ($this->isSSL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user