From 67d27159f30563ee795e2236e3e931678c58f813 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 14:16:15 +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 382b56a..98c0774 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(), $url, $this->header, $this->method); if (!empty($this->header)) { $client->setHeaders($this->parseHeaderMat()); }