Re: [PATCH] Fix ngx_max_sockets variable, set actual value after use setrlimit(RLIMIT_NOFILE)

2019-10-24 Thread Maxim Dounin
Hello! On Thu, Oct 24, 2019 at 01:38:38PM +, i...@morfi.ru wrote: > # HG changeset patch > # User Andrey Kolyshkin > # Date 1571924112 -10800 > # Thu Oct 24 16:35:12 2019 +0300 > # Node ID dfae615e676214a83b91abfbb51c334cfb1ecfdd > # Parent 89adf49fe76ada86d84e2af8f5cee9ca8c3dca19 >

[PATCH] Fix ngx_max_sockets variable, set actual value after use setrlimit(RLIMIT_NOFILE)

2019-10-24 Thread i
# HG changeset patch # User Andrey Kolyshkin # Date 1571924112 -10800 # Thu Oct 24 16:35:12 2019 +0300 # Node ID dfae615e676214a83b91abfbb51c334cfb1ecfdd # Parent 89adf49fe76ada86d84e2af8f5cee9ca8c3dca19 Fix ngx_max_sockets variable, set actual value after use setrlimit(RLIMIT_NOFILE)

[njs] Fixed [[Prototype]] slot of NativeErrors.

2019-10-24 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/84cb3fa5d1cc branches: changeset: 1200:84cb3fa5d1cc user: Dmitry Volyntsev date: Thu Oct 24 16:17:16 2019 +0300 description: Fixed [[Prototype]] slot of NativeErrors. diffstat: src/njs_builtin.c| 86 +---

[njs] Fixed NativeError.prototype.message properties.

2019-10-24 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/d849bf348b0d branches: changeset: 1201:d849bf348b0d user: Dmitry Volyntsev date: Thu Oct 24 16:17:17 2019 +0300 description: Fixed NativeError.prototype.message properties. diffstat: src/njs_error.c | 56

[njs] Refactoring Error value types.

2019-10-24 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/a908c2ef62ca branches: changeset: 1199:a908c2ef62ca user: Dmitry Volyntsev date: Thu Oct 24 16:17:16 2019 +0300 description: Refactoring Error value types. Eliminating special value types (njs_value_type_t) for error instance objects.

[njs] Fixed heap-buffer-overflow in njs_array_reverse_iterator() function.

2019-10-24 Thread Alexander Borisov
details: https://hg.nginx.org/njs/rev/b02b79e30d4a branches: changeset: 1198:b02b79e30d4a user: Alexander Borisov date: Thu Oct 24 16:15:01 2019 +0300 description: Fixed heap-buffer-overflow in njs_array_reverse_iterator() function. Affected JS functions in Array.prototype:

[nginx] Core: moved PROXY protocol fields out of ngx_connection_t.

2019-10-24 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/06b01840bd42 branches: changeset: 7590:06b01840bd42 user: Roman Arutyunyan date: Mon Oct 21 18:06:19 2019 +0300 description: Core: moved PROXY protocol fields out of ngx_connection_t. Now a new structure ngx_proxy_protocol_t holds these

[nginx] Parsing server PROXY protocol address and port (ticket #1206).

2019-10-24 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/89adf49fe76a branches: changeset: 7591:89adf49fe76a user: Roman Arutyunyan date: Mon Oct 21 20:22:30 2019 +0300 description: Parsing server PROXY protocol address and port (ticket #1206). New variables $proxy_protocol_server_addr and

[nginx] Version bump.

2019-10-24 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/486d2e0b1b6f branches: changeset: 7589:486d2e0b1b6f user: Roman Arutyunyan date: Thu Oct 24 13:47:28 2019 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14