改名
This commit is contained in:
@@ -37,6 +37,7 @@ class Http extends Server
|
||||
*/
|
||||
public function __construct($application, $host, $port = null, $mode = null, $sock_type = null)
|
||||
{
|
||||
$application->set($host . ':' . $port, $this);
|
||||
$this->application = $application;
|
||||
parent::__construct($host, $port, $mode, $sock_type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user