Move things around some more

This commit is contained in:
Alex Hultman
2018-09-10 22:14:19 +02:00
parent 03d249ab48
commit 85e99d2059
7 changed files with 11 additions and 8 deletions
+2
View File
@@ -48,6 +48,8 @@ public:
// todo: inplace initialize the data struct!
// todo: actually register handlers on the socket context with the behavior of HTTP! (take from HttpApp.h)
return (HttpContext *) us_create_socket_context(loop, sizeof(HttpContextData<SSL>));
}