add clear

This commit is contained in:
2021-04-06 15:30:11 +08:00
parent 523ee91797
commit fedc0bde24
+1 -1
View File
@@ -332,7 +332,7 @@ class HttpClient
* @return bool|string * @return bool|string
* @throws Exception * @throws Exception
*/ */
private function matchHost($_= '') private function matchHost($_string= '')
{ {
if (empty($_string)) { if (empty($_string)) {
return false; return false;