add clear

This commit is contained in:
2020-04-06 02:07:14 +08:00
parent fa4aea6b2c
commit d983f7785b
+1 -1
View File
@@ -521,7 +521,7 @@ class HttpClient
$url = '/' . $url;
}
var_dump($host, $this->getHostPort(), $url);
$client->set($this->settings());
// $client->set($this->settings());
if (!empty($this->agent)) {
$this->header['User-Agent'] = $this->agent;
}