From 73961f419f1d864aeda82a8267dc2a2c6ec92101 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Mon, 21 Sep 2015 14:51:49 +0200 Subject: [PATCH] Update https_examples.cpp --- https_examples.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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