This commit is contained in:
2020-11-17 18:36:56 +08:00
parent e4523458ee
commit 92af5482c7
2 changed files with 6 additions and 4 deletions
-1
View File
@@ -706,7 +706,6 @@ 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);
}