Port to uWS v0.16a1
This commit is contained in:
parent
62fb7d46fe
commit
83ad1353fd
3 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue