RE: Sending a notification to the main nginx thread

2021-10-06 Thread Eran Kornblau
> > -Original Message- > From: nginx-devel On Behalf Of Maxim Dounin > Sent: Wednesday, 6 October 2021 16:12 > To: nginx-devel@nginx.org > Subject: Re: Sending a notification to the main nginx thread > > Hello! > > First of all, you may want to take a look at this warning in the

[nginx] Fixed $content_length cacheability with chunked (ticket #2252).

2021-10-06 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/ae7c767aa491 branches: changeset: 7930:ae7c767aa491 user: Maxim Dounin date: Wed Oct 06 18:01:42 2021 +0300 description: Fixed $content_length cacheability with chunked (ticket #2252). diffstat: src/http/ngx_http_variables.c | 4 1

[njs] Style.

2021-10-06 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/5aceb5eaf2b2 branches: changeset: 1713:5aceb5eaf2b2 user: Dmitry Volyntsev date: Wed Oct 06 13:16:09 2021 + description: Style. diffstat: nginx/ngx_js.h | 8 1 files changed, 4 insertions(+), 4 deletions(-) diffs (27 lines):

[PATCH] Changed ngx_chain_update_chains() to test tag first (ticket #2248)

2021-10-06 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1633526031 -10800 # Wed Oct 06 16:13:51 2021 +0300 # Node ID ac42b4b31026ec24345331e9bd5c38ac4b6e7502 # Parent bfad703459b4e2416548ac66f548e96c2197d9cc Changed ngx_chain_update_chains() to test tag first (ticket #2248). Without this change,

Re: Sending a notification to the main nginx thread

2021-10-06 Thread Maxim Dounin
Hello! On Tue, Oct 05, 2021 at 02:04:14PM +, Eran Kornblau wrote: > Hi all, > > I’m planning a module in which I want to send a notification from a side > thread to the main nginx thread. > I checked the implementation of the thread pool module, and saw that it uses > ngx_notify for that.

[njs] Fixed timeouts with Fetch, SSL and select.

2021-10-06 Thread Sergey Kandaurov
details: https://hg.nginx.org/njs/rev/15a26b25a328 branches: changeset: 1712:15a26b25a328 user: Sergey Kandaurov date: Wed Oct 06 15:57:14 2021 +0300 description: Fixed timeouts with Fetch, SSL and select. Similar to the connection hang fixed in 058a67435e83 in nginx, it is