From 21fbbe52e5efb9c733240159df2784f4d2adb5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Jan 2022 17:56:16 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- CurlClient.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CurlClient.php b/CurlClient.php index 7812365..8efb608 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -50,8 +50,6 @@ class CurlClient extends ClientAbstracts if ($this->getPort() != 443 && $this->getPort() != 80) { $host .= ':' . $this->getPort(); } - - var_dump($host . $path); $this->do(curl_init($host . $path), $host . $path, $method); if ($isHttps !== FALSE) { $this->curlHandlerSslSet();