From 74d55943cf6f5b9e6e29379a41e4e5c1289cbfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 27 May 2020 16:19:59 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 9175a89..e313211 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -514,9 +514,6 @@ class HttpClient if (!empty($this->_data)) { $client->setData($this->_data); } - - var_dump($host, $url, $this->getHostPort()); - $client->execute($url); $client->close(); return $client;