[njs] Added constructor name for async function.

2023-06-30 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/e85aaeaa7e55 branches: changeset: 2170:e85aaeaa7e55 user: Vadim Zhestikov date: Fri Jun 30 06:38:36 2023 -0700 description: Added constructor name for async function. diffstat: src/njs_async.c | 2 ++ 1 files changed, 2 insertions(+), 0 delet

[njs] Tests: fixed benchmark after 57ca02d7404c.

2023-06-30 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/494796d6d7f8 branches: changeset: 2171:494796d6d7f8 user: Dmitry Volyntsev date: Fri Jun 30 17:03:11 2023 -0700 description: Tests: fixed benchmark after 57ca02d7404c. diffstat: src/test/njs_benchmark.c | 15 +-- 1 files changed,

[PATCH 0 of 2] h2_http2.t fixes

2023-06-30 Thread Maxim Dounin
Hello! Here is a couple of fixes for h2_http2.t to make it work with various old OpenSSL versions. -- Maxim Dounin ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

[PATCH 2 of 2] Tests: adjusted TODO for OpenSSL 1.0.2h and up in h2_http2.t

2023-06-30 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1688164312 -10800 # Sat Jul 01 01:31:52 2023 +0300 # Node ID 5ef10e454094ad5d231552f0fc2c386e9cc33585 # Parent bf9961a4507784b669650e7ef1d3cbacce8c94e1 Tests: adjusted TODO for OpenSSL 1.0.2h and up in h2_http2.t. OpenSSL uses correct SNI/ALPN

[PATCH 1 of 2] Tests: fixed h2_http2.t when nginx compiled without ALPN support

2023-06-30 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1688164311 -10800 # Sat Jul 01 01:31:51 2023 +0300 # Node ID bf9961a4507784b669650e7ef1d3cbacce8c94e1 # Parent 22f45bf99a9e39e02d8ce07532d2cbfc89e7d8d1 Tests: fixed h2_http2.t when nginx compiled without ALPN support. ALPN support is only avai

[njs] Fixed parsing of invalid for statement.

2023-06-30 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/2c532e7c29ac branches: changeset: 2172:2c532e7c29ac user: Vadim Zhestikov date: Fri Jun 30 19:49:45 2023 -0700 description: Fixed parsing of invalid for statement. diffstat: src/njs_parser.c | 16 ++-- src/test/njs_unit_te

[njs] Improved interactive shell.

2023-06-30 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/0e97da4147da branches: changeset: 2173:0e97da4147da user: Vadim Zhestikov date: Fri Jun 30 19:49:46 2023 -0700 description: Improved interactive shell. diffstat: external/njs_shell.c | 17 - 1 files changed, 12 insertions(+),

[njs] Tests: improved memory sanitizer build.

2023-06-30 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/3386684745b7 branches: changeset: 2174:3386684745b7 user: Dmitry Volyntsev date: Fri Jun 30 21:02:44 2023 -0700 description: Tests: improved memory sanitizer build. Disable webcrypto tests because they required instrumented openssl. diffstat: