summaryrefslogtreecommitdiff
path: root/http/http_connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_connection.hpp')
-rw-r--r--http/http_connection.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/http_connection.hpp b/http/http_connection.hpp
index 2a6afeb635..86cc49a2f7 100644
--- a/http/http_connection.hpp
+++ b/http/http_connection.hpp
@@ -486,7 +486,7 @@ class Connection :
}
doRead();
- });
+ });
}
void doRead()
@@ -529,7 +529,7 @@ class Connection :
cancelDeadlineTimer();
handle();
- });
+ });
}
void doWrite(crow::Response& thisRes)