add clear
This commit is contained in:
@@ -519,6 +519,7 @@ class HttpClient
|
|||||||
*/
|
*/
|
||||||
private function generate_client($host, $url, $data)
|
private function generate_client($host, $url, $data)
|
||||||
{
|
{
|
||||||
|
var_dump($host, $this->getHostPort(), $this->isSSL, $url);
|
||||||
$client = new SClient($host, $this->getHostPort(), $this->isSSL);
|
$client = new SClient($host, $this->getHostPort(), $this->isSSL);
|
||||||
|
|
||||||
// $client->set($this->settings());
|
// $client->set($this->settings());
|
||||||
|
|||||||
Reference in New Issue
Block a user