Port to uWS v0.16a1

This commit is contained in:
Alex Hultman 2019-06-12 12:50:05 +02:00
parent 62fb7d46fe
commit 83ad1353fd
3 changed files with 7 additions and 4 deletions

View file

@ -227,7 +227,7 @@ void uWS_App(const FunctionCallbackInfo<Value> &args) {
appTemplate->SetClassName(String::NewFromUtf8(isolate, "uWS.SSLApp"));
/* We fill these below */
us_new_socket_context_options_t ssl_options = {};
us_socket_context_options_t ssl_options = {};
static std::string keyFileName;
static std::string certFileName;