From d983f7785b3c331abb5159467cce9cdb7127a14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 6 Apr 2020 02:07:14 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 7756686..7ae0384 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -521,7 +521,7 @@ class HttpClient $url = '/' . $url; } var_dump($host, $this->getHostPort(), $url); - $client->set($this->settings()); +// $client->set($this->settings()); if (!empty($this->agent)) { $this->header['User-Agent'] = $this->agent; }