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; }