Start hooking up various modules

This commit is contained in:
Alex Hultman
2018-08-28 21:42:21 +02:00
parent e74d41537f
commit 6edb189d0d
5 changed files with 323 additions and 87 deletions
+4
View File
@@ -174,6 +174,10 @@ struct HttpSocket {
httpData->inStream = stream;
}
void close() {
static_dispatch(us_ssl_socket_close, us_socket_close)((SOCKET_TYPE *) this);
}
HttpSocket() = delete;
};