Pull new uSockets with SSL fixes

This commit is contained in:
Alex Hultman
2018-12-26 14:47:18 +01:00
parent de53d12bfe
commit c0af883bf9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,11 +15,11 @@ int main(int argc, char **argv) {
const char *passphrase;
const char *dh_params_file_name;*/
uWS::/*SSL*/App(/*{
uWS::SSLApp({
"/home/alexhultman/key.pem",
"/home/alexhultman/cert.pem",
"1234"
}*/).get("/hello", [](auto *res, auto *req) {
}).get("/hello", [](auto *res, auto *req) {
res->end("Hello HTTP!");
}).ws<PerSocketData>("/*", {
/* Settings */