add clear

This commit is contained in:
2020-04-03 18:34:52 +08:00
parent 4bbdf5622b
commit 4a1b152daa
+1
View File
@@ -519,6 +519,7 @@ 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());