From 263d260999018b0ac14b8cdffa3c50a18c33db04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 8 Jan 2021 11:57:39 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Client/ClientAbstracts.php b/HttpServer/Client/ClientAbstracts.php index ea79ba55..083b1f67 100644 --- a/HttpServer/Client/ClientAbstracts.php +++ b/HttpServer/Client/ClientAbstracts.php @@ -736,7 +736,7 @@ abstract class ClientAbstracts extends Component implements IClient if (strpos($path, '/') !== 0) { $path = '/' . $path; } - var_dump($this->host, $isHttps, $path); + var_dump($this->host, $domain, $isHttps, $path); return [$this->host, $isHttps, $path]; }