Remove old commented out code

This commit is contained in:
Alex Hultman
2018-09-26 21:40:22 +02:00
parent c25a2785e5
commit ee81e9b0b0
3 changed files with 34 additions and 95 deletions
+5
View File
@@ -32,6 +32,11 @@ public:
return *this;
}
TemplatedApp &unhandled(std::function<void(HttpResponse<SSL> *, HttpRequest *)> handler) {
//httpContext->onGet(pattern, handler);
return *this;
}
TemplatedApp &listen(int port, std::function<void(us_listen_socket *)> handler) {
handler(httpContext->listen(nullptr, port, 0));
return *this;