Edit

IABSD.fr/ports/net/usockets/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:45:43
    Hash : 3f5796b9
    Message : drop RCS Ids

  • patch-examples_hammer_test_c
  • Index: examples/hammer_test.c
    --- examples/hammer_test.c.orig
    +++ examples/hammer_test.c
    @@ -403,9 +403,8 @@ int main() {
     
         // these are ignored for non-SSL
         struct us_socket_context_options_t options = {};
    -    options.key_file_name = "/home/alexhultman/uWebSockets.js/misc/key.pem";
    -    options.cert_file_name = "/home/alexhultman/uWebSockets.js/misc/cert.pem";
    -    options.passphrase = "1234";
    +    options.key_file_name = "localhost.pem";
    +    options.cert_file_name = "localhost.crt";
     
         http_context = us_create_socket_context(SSL, loop, sizeof(struct http_context), options);