From bf82691f83fc9b79cfdba6572592842ed0be30b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 15:23:43 +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/Server.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Server.php b/HttpServer/Server.php index 0aa548cf..15c07f44 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -95,6 +95,7 @@ class Server extends Application $baseServer = $this->initCore($configs); foreach ($configs as $config) { + var_dump($this->isUse($config['port'])); if ($this->isUse($config['port'])) { return $this->error('Port ' . $config['host'] . '::' . $config['port'] . ' is already.'); }