summaryrefslogtreecommitdiff
path: root/http/http_server.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_server.hpp')
-rw-r--r--http/http_server.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_server.hpp b/http/http_server.hpp
index dbb95b42dd..b290ad7902 100644
--- a/http/http_server.hpp
+++ b/http/http_server.hpp
@@ -188,7 +188,7 @@ class Server
[connection] { connection->start(); });
}
doAccept();
- });
+ });
}
private: