From ccb6ed6c08cae8dec8a7f8354c7ce4bc182149b8 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 14:05:44 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index a291ecc..aa020d1 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -391,7 +391,6 @@ class HttpClient $this->header['User-Agent'] = $this->agent; } if (!empty($this->header)) { - var_dump($this->header); $client->setHeaders($this->parseHeaderMat()); } @@ -417,7 +416,6 @@ class HttpClient } else { $client->post($url, $data); } - var_dump($url, $host, $this->isSSL, $this->getHostPort(), $data); return $client; }