Re: nginx undocumented directives

2018-03-21 Thread Yaroslav Zhuravlev
Hello! […] >> But directive subrequest_output_buffer_size is still undocumented. >> >> It is added by http://hg.nginx.org/nginx/rev/20f139e9ffa8#l4.7 >> >> It is undocumented by mistake (and will be documented in near future) >> or it is undocumented by purpose and it will be never documented

[njs] http subrequest() method.

2018-03-21 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/750f7c6f071c branches: changeset: 465:750f7c6f071c user: Dmitry Volyntsev date: Wed Mar 21 17:33:13 2018 +0300 description: http subrequest() method. Creates an nginx's subrequest with the specified arguments and registers a finalization callback

[njs] http req.response() method.

2018-03-21 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/fa22235730b1 branches: changeset: 464:fa22235730b1 user: Dmitry Volyntsev date: Wed Mar 21 17:33:12 2018 +0300 description: http req.response() method. diffstat: nginx/ngx_http_js_module.c | 31 +++ 1 files changed,

[njs] setTimeout() and clearTimeout() methods.

2018-03-21 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/6d599ae5b35b branches: changeset: 463:6d599ae5b35b user: Dmitry Volyntsev date: Wed Mar 21 17:33:12 2018 +0300 description: setTimeout() and clearTimeout() methods. Public methods are introduced to create and post async events for a VM instance.