From 1e78d8c40b89c20a61e642e503b006daa7c3c3c2 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 12 Jul 2014 21:19:45 +0200 Subject: [PATCH] minor typo --- main_http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_http.cpp b/main_http.cpp index e143c35..68418a3 100644 --- a/main_http.cpp +++ b/main_http.cpp @@ -12,7 +12,7 @@ using namespace SimpleWeb; using namespace boost::property_tree; int main() { - //HTTPS-server at port 8080 using 4 threads + //HTTP-server at port 8080 using 4 threads Server httpserver(8080, 4); //Add resources using regular expression for path, a method-string, and an anonymous function