Fix an issue of out-of-range (#334)
This commit is contained in:
parent
191acd0bd3
commit
4f319dd9c9
|
@ -421,7 +421,6 @@ void HttpAppFrameworkImpl::run()
|
|||
// loop, so put the main loop into ioLoops.
|
||||
ioLoops.push_back(getLoop());
|
||||
dbClientManagerPtr_->createDbClients(ioLoops);
|
||||
ioLoops.pop_back();
|
||||
httpCtrlsRouterPtr_->init(ioLoops);
|
||||
httpSimpleCtrlsRouterPtr_->init(ioLoops);
|
||||
staticFileRouterPtr_->init(ioLoops);
|
||||
|
|
Loading…
Reference in New Issue