a few upgrades for the HttpServer example (#955)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user