mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-01-19 04:52:08 +00:00
Code cleanup
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user