Re: cache: move open to thread pool

2019-02-06 Thread Ka-Hing Cheung via nginx-devel
This has been running in our test colo for the past week with no ill effects. On Wed, Jan 23, 2019 at 4:39 AM Maxim Konovalov wrote: > > Hi Ka-Hing, > > Roman told me that the delta is because of your changes. > > Thanks for your time on that. Waiting for your testing results. > > Maxim > > On 2

[njs] HTTP: improved setting of special response headers.

2019-02-06 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/9bd38c6bf046 branches: changeset: 765:9bd38c6bf046 user: Dmitry Volyntsev date: Wed Feb 06 19:22:18 2019 +0300 description: HTTP: improved setting of special response headers. diffstat: nginx/ngx_http_js_module.c | 27

[njs] HTTP: improved setting empty headers.

2019-02-06 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/016d5d9077ef branches: changeset: 766:016d5d9077ef user: Dmitry Volyntsev date: Wed Feb 06 19:52:54 2019 +0300 description: HTTP: improved setting empty headers. Treating empty value as deleting. diffstat: nginx/ngx_http_js_module.c | 50 +++

[njs] Modules: reporting njs filenames in exceptions.

2019-02-06 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/342aa58f4e65 branches: changeset: 764:342aa58f4e65 user: Dmitry Volyntsev date: Wed Feb 06 15:50:03 2019 +0300 description: Modules: reporting njs filenames in exceptions. diffstat: nginx/ngx_http_js_module.c | 4 nginx/ngx_stream_js_m

[njs] Shell: improved filenames reporting in exceptions.

2019-02-06 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/2c7a52ca206e branches: changeset: 763:2c7a52ca206e user: hongzhidao date: Wed Feb 06 12:27:41 2019 +0800 description: Shell: improved filenames reporting in exceptions. diffstat: Makefile | 2 ++ njs/njs_core.h