a few upgrades for the HttpServer example (#955)

This commit is contained in:
rimmartin
2019-10-29 19:28:11 +01:00
committed by Alex Hultman
parent 8af994f713
commit 4a9ab556bd
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public:
// get loop for thread
loop = uWS::Loop::defaultLoop();
loop = uWS::Loop::get();
}
/* Returns any data already cached for this offset */