Pull new uSockets with SSL fixes
This commit is contained in:
+2
-2
@@ -15,11 +15,11 @@ int main(int argc, char **argv) {
|
|||||||
const char *passphrase;
|
const char *passphrase;
|
||||||
const char *dh_params_file_name;*/
|
const char *dh_params_file_name;*/
|
||||||
|
|
||||||
uWS::/*SSL*/App(/*{
|
uWS::SSLApp({
|
||||||
"/home/alexhultman/key.pem",
|
"/home/alexhultman/key.pem",
|
||||||
"/home/alexhultman/cert.pem",
|
"/home/alexhultman/cert.pem",
|
||||||
"1234"
|
"1234"
|
||||||
}*/).get("/hello", [](auto *res, auto *req) {
|
}).get("/hello", [](auto *res, auto *req) {
|
||||||
res->end("Hello HTTP!");
|
res->end("Hello HTTP!");
|
||||||
}).ws<PerSocketData>("/*", {
|
}).ws<PerSocketData>("/*", {
|
||||||
/* Settings */
|
/* Settings */
|
||||||
|
|||||||
+1
-1
Submodule uSockets updated: 215c6d4744...6aaa9deccf
Reference in New Issue
Block a user