Re: SSL Configuration Generator https://ssl-config.mozilla.org/

2020-01-21 Thread Gena Makhomed
On 10.01.2020 15:04, Maxim Dounin wrote: Если создатели сайта https://ssl-config.mozilla.org/ ошибаются, то осознать свою ошибку они смогут наверное только после того, как им об этом напишет кто-то из разработчиков nginx? Нет, разработчики nginx тут ни при чём. Тут вопрос исключительно в

njs-0.3.8

2020-01-21 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release proceeds to extend the coverage of ECMAScript specifications. This release adds Promise object support and typed-arrays from ES6. Notable new features: - Promise support in r.subrequest(): :

[nginx-announce] njs-0.3.8

2020-01-21 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release proceeds to extend the coverage of ECMAScript specifications. This release adds Promise object support and typed-arrays from ES6. Notable new features: - Promise support in r.subrequest(): :

Re: [nginx-announce] nginx-1.17.8

2020-01-21 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.17.8 for Windows https:// kevinworthington.com/nginxwin1178 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org.

nginx-1.17.8

2020-01-21 Thread Maxim Dounin
Изменения в nginx 1.17.8 21.01.2020 *) Добавление: директива grpc_pass поддерживает переменные. *) Исправление: при обработке pipelined-запросов по SSL-соединению мог произойти таймаут; ошибка появилась в 1.17.5. *) Исправление: в

[nginx-announce] nginx-1.17.8

2020-01-21 Thread Maxim Dounin
Changes with nginx 1.17.821 Jan 2020 *) Feature: variables support in the "grpc_pass" directive. *) Bugfix: a timeout might occur while handling pipelined requests in an SSL connection; the bug had appeared in 1.17.5. *) Bugfix: in the

nginx-1.17.8

2020-01-21 Thread Maxim Dounin
Changes with nginx 1.17.821 Jan 2020 *) Feature: variables support in the "grpc_pass" directive. *) Bugfix: a timeout might occur while handling pipelined requests in an SSL connection; the bug had appeared in 1.17.5. *) Bugfix: in the

[nginx] nginx-1.17.8-RELEASE

2020-01-21 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/fdacd273711d branches: changeset: 7620:fdacd273711d user: Maxim Dounin date: Tue Jan 21 16:39:41 2020 +0300 description: nginx-1.17.8-RELEASE diffstat: docs/xml/nginx/changes.xml | 36 1 files changed,

[nginx] release-1.17.8 tag

2020-01-21 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/b8a512c6466c branches: changeset: 7621:b8a512c6466c user: Maxim Dounin date: Tue Jan 21 16:39:42 2020 +0300 description: release-1.17.8 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff

[njs] Added tag 0.3.8 for changeset 1abb97e9d9dc

2020-01-21 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/5396e72ca030 branches: changeset: 1310:5396e72ca030 user: Dmitry Volyntsev date: Tue Jan 21 16:30:20 2020 +0300 description: Added tag 0.3.8 for changeset 1abb97e9d9dc diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[njs] Version 0.3.8.

2020-01-21 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/1abb97e9d9dc branches: changeset: 1309:1abb97e9d9dc user: Dmitry Volyntsev date: Tue Jan 21 16:06:20 2020 +0300 description: Version 0.3.8. diffstat: CHANGES | 62 ++ LICENSE | 7

[njs] Added %TypedArray%.prototype.subarray().

2020-01-21 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/5cf918cc0d06 branches: changeset: 1307:5cf918cc0d06 user: Dmitry Volyntsev date: Tue Jan 21 16:01:48 2020 +0300 description: Added %TypedArray%.prototype.subarray(). diffstat: src/njs_typed_array.c| 87

[njs] Fixed %TypedArray%.prototype.fill().

2020-01-21 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/a34f1293edba branches: changeset: 1308:a34f1293edba user: Dmitry Volyntsev date: Tue Jan 21 16:03:30 2020 +0300 description: Fixed %TypedArray%.prototype.fill(). For subarrays starting from non-zero offset. diffstat: src/njs_typed_array.c

[njs] Fixed Function constructor according to the spec.

2020-01-21 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/142b3fec5d4f branches: changeset: 1306:142b3fec5d4f user: Dmitry Volyntsev date: Tue Jan 21 16:01:45 2020 +0300 description: Fixed Function constructor according to the spec. "this" value should point to the global object. diffstat: