From 10a29dafee884c4f587e58cbfc478e8b395d9939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 18:38:31 +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 d0d150c..6114c9a 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -522,7 +522,7 @@ class HttpClient var_dump($host, $this->getHostPort(), $this->isSSL, $url); $client = new SClient($host, $this->getHostPort(), $this->isSSL); -// $client->set($this->settings()); + $client->set($this->settings()); if (!empty($this->agent)) { $this->header['User-Agent'] = $this->agent; }