[PATCH 0 of 1] Tests: unbreak reading new stderr data after eof ...

2023-05-26 Thread Sergey Kandaurov
Simple test to reproduce. #!/usr/bin/perl use warnings; use strict; open STDERR, '>', 'stderr' or die "Can't reopen STDERR: $!"; open my $stderr, '<', 'stderr' or die "Can't open stderr file: $!"; if (fork() == 0) { print STDERR "SEE-THIS"; sleep 1; print STDERR "AND-THA

[PATCH 1 of 1] Tests: unbreak reading new stderr data after eof

2023-05-26 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1685100180 -14400 # Fri May 26 15:23:00 2023 +0400 # Node ID dc3539be2a14a0cd0b8be9e1e9aae8c95b806828 # Parent 4dad7cf8ebe807f9230a82dde5fc02b5e12e390b Tests: unbreak reading new stderr data after eof. Tests don't expect to stop reading re

Enable QUIC with Tongsuo SSL library

2023-05-26 Thread Vladimir Homutov via nginx-devel
# HG changeset patch # User Vladimir Khomutov # Date 1677761453 -10800 # Thu Mar 02 15:50:53 2023 +0300 # Node ID 348772f63be2b77a893b8d101c6b6905382a5735 # Parent 8eae1b4f1c5528b063351804168a6085f5f50b42 QUIC: added support for the Tongsuo SSL library. For the needs of QUIC, this is basic

Re: Enable QUIC with Tongsuo SSL library

2023-05-26 Thread Maxim Dounin
Hello! On Fri, May 26, 2023 at 02:43:22PM +0300, Vladimir Homutov via nginx-devel wrote: > # HG changeset patch > # User Vladimir Khomutov > # Date 1677761453 -10800 > # Thu Mar 02 15:50:53 2023 +0300 > # Node ID 348772f63be2b77a893b8d101c6b6905382a5735 > # Parent 8eae1b4f1c5528b063351804

Re: [PATCH] Tests: added has_feature() test for CryptX

2023-05-26 Thread Maxim Dounin
Hello! On Thu, May 25, 2023 at 07:30:27PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1685028552 -14400 > # Thu May 25 19:29:12 2023 +0400 > # Node ID 4dad7cf8ebe807f9230a82dde5fc02b5e12e390b > # Parent acd68670b0649da2fbcfd3e8231c9805d50abcb5 >

QUIC docs with php-fpm & ssl cache

2023-05-26 Thread PGNet Dev
I've installed v1.25 nginx -V nginx version: nginx/1.25.0 (Local Build) built with OpenSSL 3.0.8 7 Feb 2023 TLS SNI support enabled configure arguments: --with-debug ... --with-http_v2_module --with-h

Re: [PATCH 1 of 1] Tests: unbreak reading new stderr data after eof

2023-05-26 Thread Maxim Dounin
Hello! On Fri, May 26, 2023 at 03:24:12PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1685100180 -14400 > # Fri May 26 15:23:00 2023 +0400 > # Node ID dc3539be2a14a0cd0b8be9e1e9aae8c95b806828 > # Parent 4dad7cf8ebe807f9230a82dde5fc02b5e12e390b >

Re: QUIC docs with php-fpm & ssl cache

2023-05-26 Thread Sergey A. Osokin
Hi there, On Fri, May 26, 2023 at 12:19:20PM -0400, PGNet Dev wrote: > I've installed v1.25 [...] > Are there (yet) any documented examples for release nginx + QUIC in a > php-fpm/fastcgi setup? This mailing list is about nginx development. A user questions need to be addressed to the nginx@

[njs] HTTP: throwing an exception in r.internalRedirect() while filtering.

2023-05-26 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/05c7f0b31856 branches: changeset: 2135:05c7f0b31856 user: Dmitry Volyntsev date: Fri May 26 19:13:39 2023 -0700 description: HTTP: throwing an exception in r.internalRedirect() while filtering. A user is notified explicitly that r.internalRedire

[njs] Introduced Array.prototype.toSpliced().

2023-05-26 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/76a8034b15e1 branches: changeset: 2136:76a8034b15e1 user: Dmitry Volyntsev date: Fri May 26 19:13:41 2023 -0700 description: Introduced Array.prototype.toSpliced(). diffstat: src/njs_array.c | 101

[njs] Introduced Array.prototype.toReversed().

2023-05-26 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/e74e56120102 branches: changeset: 2137:e74e56120102 user: Dmitry Volyntsev date: Fri May 26 19:13:41 2023 -0700 description: Introduced Array.prototype.toReversed(). diffstat: src/njs_array.c | 46

[njs] Fixed parsing of for-in loops.

2023-05-26 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/b9d18d4dd34e branches: changeset: 2138:b9d18d4dd34e user: Vadim Zhestikov date: Fri May 26 19:43:24 2023 -0700 description: Fixed parsing of for-in loops. This fixes parsing for input like: for (a(b * in d) ; The issue was introduced in 283ae11