summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 7f836cf..3c22d24 100644
--- a/main.cpp
+++ b/main.cpp
@@ -17,7 +17,7 @@ void foo_handler(HTTP::Connection::p connection) {
if(ml) {
ml->render(connection);
} else {
- connection->send_error(404, "Not Found");
+ connection->send_error(404);
}
}