From c34c78320bbcbe95f049fbe56904ada742605637 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 14:15:35 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index f0cb6b1..382b56a 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -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()); }