1
This commit is contained in:
@@ -51,6 +51,7 @@ class Curl extends ClientAbstracts
|
|||||||
$host .= ':' . $this->getPort();
|
$host .= ':' . $this->getPort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump($host . $path);
|
||||||
$this->do(curl_init($host . $path), $host . $path, $method);
|
$this->do(curl_init($host . $path), $host . $path, $method);
|
||||||
if ($isHttps !== false) {
|
if ($isHttps !== false) {
|
||||||
$this->curlHandlerSslSet();
|
$this->curlHandlerSslSet();
|
||||||
|
|||||||
Reference in New Issue
Block a user