diff --git a/https_examples.cpp b/https_examples.cpp index 4164659..9059a70 100644 --- a/https_examples.cpp +++ b/https_examples.cpp @@ -19,7 +19,7 @@ typedef SimpleWeb::Client HttpsClient; int main() { //HTTPS-server at port 8080 using 4 threads - HttpsServer server(8080, 1, "server.crt", "server.key"); + HttpsServer server(8080, 4, "server.crt", "server.key"); //Add resources using path-regex and method-string, and an anonymous function //POST-example for the path /string, responds the posted string