[njs] Improved handling of traps inside trap handlers.

2018-08-30 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/7ccb11c88d27 branches: changeset: 596:7ccb11c88d27 user: Dmitry Volyntsev date: Thu Aug 30 20:21:43 2018 +0300 description: Improved handling of traps inside trap handlers. diffstat: njs/njs_vm.c | 6 ++ 1 files changed, 6 insertions(+),

[njs] Fixed comparison of objects and strings.

2018-08-30 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/5dd7d38bb08c branches: changeset: 595:5dd7d38bb08c user: Dmitry Volyntsev date: Thu Aug 30 20:21:18 2018 +0300 description: Fixed comparison of objects and strings. diffstat: njs/njs_vm.c | 40

[njs] Improved Object.prototype.toString for invalid values.

2018-08-30 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/6931a42f5bed branches: changeset: 594:6931a42f5bed user: Dmitry Volyntsev date: Thu Aug 30 17:21:51 2018 +0300 description: Improved Object.prototype.toString for invalid values. diffstat: njs/njs_object.c | 35

[nginx] Version bump.

2018-08-30 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/039d3eff14a1 branches: changeset: 7346:039d3eff14a1 user: Roman Arutyunyan date: Thu Aug 30 14:42:15 2018 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14

Re: limit_rate_after support variables

2018-08-30 Thread Miroslav Novy
Hi, we are interested :) I tried your patch with actual sources, the solution is very similar to my, you just use the functions. It is better. I tried it with this configuration: ... location / { root /var/www/default/; index index.html index.htm; set $my_limit_rate 2k;