Code cleanup

This commit is contained in:
yhirose 2018-09-23 12:32:26 -04:00
parent 4d7cee81eb
commit abf79d5a38
2 changed files with 5 additions and 7 deletions

View file

@ -96,7 +96,7 @@ int main(void)
res.set_content(dump_headers(req.headers), "text/plain");
});
svr.Get("/stop", [&](const Request& /*req*/, Response& res) {
svr.Get("/stop", [&](const Request& /*req*/, Response& /*res*/) {
svr.stop();
});