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; }