This commit is contained in:
2021-03-01 15:33:50 +08:00
parent 7806486757
commit 286db01295
+1 -1
View File
@@ -422,7 +422,7 @@ class Server extends HttpService
} else {
$this->noHttp($newListener, $config);
}
$this->debug(sprintf('Listen %s::%d -> ok', $config['host'], $config['port']));
$this->debug(sprintf('Check listen %s::%d -> ok', $config['host'], $config['port']));
$this->listenTypes[] = $config['type'];
return $this->baseServer;
}