Update uWS/uS
This commit is contained in:
parent
0198d5cc8c
commit
929060b34a
@ -201,7 +201,7 @@ void uWS_App(const FunctionCallbackInfo<Value> &args) {
|
|||||||
appTemplate->SetClassName(String::NewFromUtf8(isolate, "uWS.SSLApp"));
|
appTemplate->SetClassName(String::NewFromUtf8(isolate, "uWS.SSLApp"));
|
||||||
|
|
||||||
/* We fill these below */
|
/* We fill these below */
|
||||||
us_ssl_socket_context_options ssl_options = {};
|
us_new_socket_context_options_t ssl_options = {};
|
||||||
|
|
||||||
static std::string keyFileName;
|
static std::string keyFileName;
|
||||||
static std::string certFileName;
|
static std::string certFileName;
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e653e9d3142f8a9a9d76548e288652ab46729766
|
Subproject commit d331ec3e458ad04b53c27baf5d53675fe105c9b0
|
Loading…
Reference in New Issue
Block a user