diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 4cd409e..24398e8 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -516,6 +516,7 @@ class HttpClient */ private function generate_client($host, $url, $data) { + var_dump($host, $this->getHostPort(), $url); $client = new SClient($host, $this->getHostPort(), $this->isSSL); $client->set($this->settings()); if (!empty($this->agent)) {