add clear
This commit is contained in:
@@ -416,7 +416,7 @@ class HttpClient
|
||||
} else {
|
||||
$client->post($url, $data);
|
||||
}
|
||||
var_dump($url, $host, $this->port, $data);
|
||||
var_dump($url, $host, $this->isSSL, $this->getHostPort(), $data);
|
||||
return $client;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user