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