diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 79c9846..d0d150c 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -519,6 +519,7 @@ class HttpClient */ private function generate_client($host, $url, $data) { + var_dump($host, $this->getHostPort(), $this->isSSL, $url); $client = new SClient($host, $this->getHostPort(), $this->isSSL); // $client->set($this->settings());