Add some comments to HttpContext, add ideas about drain/mergeDrain

This commit is contained in:
Alex Hultman
2018-09-11 21:18:06 +02:00
parent bef8c3bc36
commit ee2756c880
3 changed files with 41 additions and 27 deletions
+2
View File
@@ -52,6 +52,8 @@ int main(int argc, char **argv) {
// new stuff, hope it sticks together?
uWS::Loop loop;
uWS::HttpContext<false> *httpContext = uWS::HttpContext<false>::create(loop.loop);