add clear

This commit is contained in:
2020-04-03 18:45:13 +08:00
parent 7ed51596da
commit 980edd9d8a
-1
View File
@@ -516,7 +516,6 @@ class HttpClient
*/
private function generate_client($host, $url, $data)
{
var_dump($host, $this->getHostPort(), $this->isSSL, $url);
$client = new SClient($host, $this->getHostPort(), $this->isSSL);
$client->set($this->settings());
if (!empty($this->agent)) {