Fix an issue of out-of-range (#334)

This commit is contained in:
An Tao 2020-01-21 00:49:53 +08:00 committed by GitHub
parent 191acd0bd3
commit 4f319dd9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);