[njs] Fixed handling of NJS_DECLINED returned by NJS_PROPERTY_HANDLER.

2019-08-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/8b2f303ab48a branches: changeset: 1131:8b2f303ab48a user: Dmitry Volyntsev date: Wed Aug 14 20:22:32 2019 +0300 description: Fixed handling of NJS_DECLINED returned by NJS_PROPERTY_HANDLER. diffstat: src/njs_array.c | 5 +++-- src/n

[njs] Version bump.

2019-08-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/7361a69324ec branches: changeset: 1129:7361a69324ec user: Dmitry Volyntsev date: Wed Aug 14 20:22:20 2019 +0300 description: Version bump. diffstat: src/njs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -

[njs] Fixed [[SetPrototypeOf]].

2019-08-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/857ecc6fbd25 branches: changeset: 1130:857ecc6fbd25 user: Dmitry Volyntsev date: Wed Aug 14 20:22:26 2019 +0300 description: Fixed [[SetPrototypeOf]]. diffstat: src/njs_object.c | 21 - src/test/njs_unit_test.c |

Re: Add patch in ngx_http_request_body.c which enhances the request body filter module

2019-08-14 Thread Maxim Dounin
Hello! On Tue, Aug 13, 2019 at 03:31:19AM +, 黎 红波 wrote: > Hello, I found the Nginx is not considered completely for request body > filter. So I submit my patch. I hope my patch could be accepted and merged > under your careful consideration. > > Thank you! > # HG changeset patch > # User