Skip to content

Commit

Permalink
修复无法作为子服务器运行
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Dec 5, 2019
1 parent c2fc905 commit 99446ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function createSubServer()
{
$this->initGrpcServer();
$this->config['configs']['open_http2_protocol'] = true;
parent::createServer();
parent::createSubServer();
}

/**
Expand Down

0 comments on commit 99446ea

Please sign in to comment.