From 976b936396ab1ef1e9f188c4dda65b6032e5ae53 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 19 Dec 2019 10:42:20 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index 3077b42..9bcdf92 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -253,6 +253,7 @@ class HttpClient $this->isSSL = false; } } + var_dump($first, $this->port); if (preg_match('/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/', $first)) { return $first; }