Re: cache: move open to thread pool

2019-02-08 Thread Ka-Hing Cheung via nginx-devel
Unfortunately our test colo is not setup to do performance testing (the traffic it receives varies too much). We do intend to merge this to our production colos but there's no timeline yet. Yuchen (CC'ed) will be the main contact from now on as today is my last day at Cloudflare. - Ka-Hing On Th

[njs] Removing unused argument of njs_parser_property_name().

2019-02-08 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/4e8940c1bef1 branches: changeset: 771:4e8940c1bef1 user: Dmitry Volyntsev date: Fri Feb 08 20:22:28 2019 +0300 description: Removing unused argument of njs_parser_property_name(). diffstat: njs/njs_parser.c| 2 +- njs/njs_parser.h

[njs] Shell: avoid reporting filenames in exception is quiet mode.

2019-02-08 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/7978bb236657 branches: changeset: 770:7978bb236657 user: Dmitry Volyntsev date: Fri Feb 08 20:14:55 2019 +0300 description: Shell: avoid reporting filenames in exception is quiet mode. diffstat: njs/njs_shell.c | 10 ++ 1 files change

[njs] Updated list of reserved keywords.

2019-02-08 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/cb7ccf9edc68 branches: changeset: 769:cb7ccf9edc68 user: Dmitry Volyntsev date: Fri Feb 08 20:06:05 2019 +0300 description: Updated list of reserved keywords. diffstat: njs/njs_lexer_keyword.c | 18 ++ njs/test/njs_expect

[nginx] SSL: fixed EVP_DigestFinal_ex() error message.

2019-02-08 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/992bf7540a98 branches: changeset: 7455:992bf7540a98 user: Sergey Kandaurov date: Thu Feb 07 19:39:35 2019 +0300 description: SSL: fixed EVP_DigestFinal_ex() error message. diffstat: src/event/ngx_event_openssl.c | 2 +- 1 files changed, 1 i