one instance of responseHandler per context

This commit is contained in:
Matej Sekoranja
2015-12-17 09:12:33 +01:00
parent a692546170
commit 125822d18f
13 changed files with 49 additions and 61 deletions

View File

@@ -2881,6 +2881,7 @@ int main(int argc, char *argv[])
.push_map()
.build()));
TestServer::ctx = srv;
srv->context->printInfo();
srv->start(true);
cout << "Done" << endl;