limit_rate_after support variables

2018-08-14 Thread Miroslav Novy
# HG changeset patch # User Miroslav NovĂ˝ # Date 1534234559 0 # Tue Aug 14 08:15:59 2018 + # Node ID 1a8327b50f7844cbe68226f54de60632189327f4 # Parent 70c6b08973a02551612da4a4273757dc77c70ae2 limit_rate_after support variables Example of use: location / { root /var/www/default/;

When to delete event timers

2018-08-14 Thread Antonio Nappa
Hello, I have a module which registers several events and I am using Nginx 1.12.1, it looks like when I do a reload that the worker(s) hang and with the help of strace I see that the events hanging are my events. I have added a function on process exit but it does not get called (probably because

Re: When to delete event timers

2018-08-14 Thread Valentin V. Bartenev
On Tuesday 14 August 2018 18:15:26 Antonio Nappa wrote: > Hello, > > I have a module which registers several events and I am using Nginx 1.12.1, > it looks like when I do a reload that the worker(s) hang and with the help > of strace I see that the events hanging are my events. I have added a > fu