diff --git a/common/HttpClient.php b/common/HttpClient.php index a6a0ba5..362a231 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -339,7 +339,7 @@ class HttpClient */ private function generate_client($host, $url, $data) { - var_dump($host, $this->getHostPort(), $this->isSSL); + var_dump($host, $this->getHostPort(), $url, $this->isSSL); $client = new SClient($host, $this->getHostPort(), $this->isSSL); if (!empty($this->agent)) { $this->header['User-Agent'] = $this->agent;