add clear

This commit is contained in:
as2252258@163.com
2020-01-07 14:16:15 +08:00
parent c34c78320b
commit 67d27159f3
+1 -1
View File
@@ -391,7 +391,7 @@ class HttpClient
if (!empty($this->agent)) {
$this->header['User-Agent'] = $this->agent;
}
var_dump($host, $this->getHostPort(), $this->header, $this->method);
var_dump($host, $this->getHostPort(), $url, $this->header, $this->method);
if (!empty($this->header)) {
$client->setHeaders($this->parseHeaderMat());
}