From 5a42d843b9cf1650fa292011c69f92916d41cb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 5 Apr 2020 23:39:51 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) 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)) {