add clear

This commit is contained in:
as2252258@163.com
2020-01-07 14:15:35 +08:00
parent fbe3aa4ff7
commit c34c78320b
+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(), $this->header, $this->method);
if (!empty($this->header)) {
$client->setHeaders($this->parseHeaderMat());
}