add clear
This commit is contained in:
@@ -516,6 +516,7 @@ class HttpClient
|
|||||||
*/
|
*/
|
||||||
private function generate_client($host, $url, $data)
|
private function generate_client($host, $url, $data)
|
||||||
{
|
{
|
||||||
|
var_dump($host, $this->getHostPort(), $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());
|
||||||
if (!empty($this->agent)) {
|
if (!empty($this->agent)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user