From 4a1b152daa446e86c96619b9d3380ebe3f8c764e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 18:34:52 +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 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());