From e4523458ee96c4ba44618a5d6ca5da068b641c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Nov 2020 18:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Client/ClientAbstracts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HttpServer/Client/ClientAbstracts.php b/HttpServer/Client/ClientAbstracts.php index 360ccfd4..c4b4947a 100644 --- a/HttpServer/Client/ClientAbstracts.php +++ b/HttpServer/Client/ClientAbstracts.php @@ -706,6 +706,7 @@ abstract class ClientAbstracts extends Component implements IClient */ protected function matchHost(string $string) { + var_dump($string); if (($parse = isUrl($string, true)) === false) { return $this->defaultString($string); } @@ -794,4 +795,4 @@ abstract class ClientAbstracts extends Component implements IClient } -} \ No newline at end of file +}