Re: [PATCH] SSL: fixed $ssl_curves allocation error handling

2024-01-29 Thread Maxim Dounin
Hello! On Fri, Jan 26, 2024 at 02:36:29PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1706265240 -14400 > # Fri Jan 26 14:34:00 2024 +0400 > # Node ID 2f70dd17c16461f833eafec2dcf9193557bfb176 > # Parent ee40e2b1d0833b46128a357fbc84c6e23be9be07 >

Re: [PATCH 2 of 4] Upstream: fixed usage of closed sockets with filter finalization

2024-01-29 Thread Maxim Dounin
Hello! On Mon, Jan 29, 2024 at 05:21:43PM +0400, Sergey Kandaurov wrote: > > > On 29 Jan 2024, at 10:43, Maxim Dounin wrote: > > > > Hello! > > > > On Fri, Jan 26, 2024 at 04:26:00PM +0400, Sergey Kandaurov wrote: > > > >>> On 27 Nov 2023, at 06:50, Maxim Dounin wrote: > >>> > >>> # HG cha

Re: [PATCH 1 of 4] Fixed request termination with AIO and subrequests (ticket #2555)

2024-01-29 Thread Maxim Dounin
Hello! On Mon, Jan 29, 2024 at 06:07:58PM +0400, Roman Arutyunyan wrote: > Hi, > > On Mon, Jan 29, 2024 at 10:58:09AM +0300, Maxim Dounin wrote: > > Hello! > > > > On Fri, Jan 26, 2024 at 04:02:30PM +0400, Roman Arutyunyan wrote: > > > > > On Mon, Nov 27, 2023 at 05:50:24AM +0300, Maxim Dounin

[njs] Style.

2024-01-29 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/fca50ba4db9d branches: changeset: 2278:fca50ba4db9d user: Dmitry Volyntsev date: Mon Jan 29 17:16:08 2024 -0800 description: Style. diffstat: src/njs_builtin.c | 2 +- src/njs_clang.h | 26 +- 2 files changed, 14 i

[njs] 2024 year.

2024-01-29 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/478795e3296b branches: changeset: 2277:478795e3296b user: Dmitry Volyntsev date: Mon Jan 29 17:16:07 2024 -0800 description: 2024 year. diffstat: LICENSE | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (16 lines): diff -r

[njs] Test262: handling the mkdir issue with a host file system.

2024-01-29 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/9e2a757cb33e branches: changeset: 2276:9e2a757cb33e user: Dmitry Volyntsev date: Mon Jan 29 17:16:01 2024 -0800 description: Test262: handling the mkdir issue with a host file system. diffstat: test/fs/promises_05.t.js | 13 - 1 f

Re: nginx-tests SSL tests failing out of the box?

2024-01-29 Thread Maxim Dounin
Hello! On Mon, Jan 29, 2024 at 05:23:15PM +0400, Sergey Kandaurov wrote: > > On 29 Jan 2024, at 07:24, Maxim Dounin wrote: > > > > Hello! > > > > On Sat, Jan 27, 2024 at 07:19:45AM +0300, Maxim Dounin wrote: > > > >> Hello! > >> > >> On Fri, Jan 26, 2024 at 09:29:58PM +0400, Sergey Kandaurov

[njs] Fixed parsing of hex, oct and binary literals with no digits.

2024-01-29 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/a2959e490279 branches: changeset: 2275:a2959e490279 user: Vadim Zhestikov date: Mon Jan 29 08:57:49 2024 -0800 description: Fixed parsing of hex, oct and binary literals with no digits. diffstat: src/njs_lexer.c | 6 +++--- src/test

[njs] Fixed parsing of for-statement.

2024-01-29 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/08d7391230be branches: changeset: 2274:08d7391230be user: Vadim Zhestikov date: Mon Jan 29 08:57:48 2024 -0800 description: Fixed parsing of for-statement. diffstat: src/njs_parser.c | 37 + src/tes

Re: [PATCH 1 of 4] Fixed request termination with AIO and subrequests (ticket #2555)

2024-01-29 Thread Roman Arutyunyan
Hi, On Mon, Jan 29, 2024 at 10:58:09AM +0300, Maxim Dounin wrote: > Hello! > > On Fri, Jan 26, 2024 at 04:02:30PM +0400, Roman Arutyunyan wrote: > > > On Mon, Nov 27, 2023 at 05:50:24AM +0300, Maxim Dounin wrote: > > > # HG changeset patch > > > # User Maxim Dounin > > > # Date 1701049682 -1080

Re: nginx-tests SSL tests failing out of the box?

2024-01-29 Thread Sergey Kandaurov
> On 29 Jan 2024, at 07:24, Maxim Dounin wrote: > > Hello! > > On Sat, Jan 27, 2024 at 07:19:45AM +0300, Maxim Dounin wrote: > >> Hello! >> >> On Fri, Jan 26, 2024 at 09:29:58PM +0400, Sergey Kandaurov wrote: >> >>> On Thu, Jan 25, 2024 at 11:38:57PM +0300, Maxim Dounin wrote: Hello! >

Re: [PATCH 2 of 4] Upstream: fixed usage of closed sockets with filter finalization

2024-01-29 Thread Sergey Kandaurov
> On 29 Jan 2024, at 10:43, Maxim Dounin wrote: > > Hello! > > On Fri, Jan 26, 2024 at 04:26:00PM +0400, Sergey Kandaurov wrote: > >>> On 27 Nov 2023, at 06:50, Maxim Dounin wrote: >>> >>> # HG changeset patch >>> # User Maxim Dounin >>> # Date 1701049758 -10800 >>> # Mon Nov 27 04:49:

Re: Nginx-tests stream_ssl_conf_command.t test hanging indefinitely

2024-01-29 Thread Maxim Dounin
Hello! On Fri, Jan 26, 2024 at 01:14:56AM +, Mayerhofer, Austin via nginx-devel wrote: > Hey Maxim, > > Thanks, I installed homebrew’s Perl and all these tests are > passing now, woohoo! > > However a few others are failing now including ssl_ocsp.t and > ssl_verify_depth.t, failing 13/17