Re: Development guide sentence wording

2025-03-04 Thread Sergey Kandaurov
> On 1 Mar 2025, at 18:41, Sorin Manole wrote: > > Hello, > > Didn't know where to report it, just a small improvement of the development > guide wording: > > The function ngx_event_process_posted() is called to process an event queue. > It calls event handlers until the queue is not empty.

Re: Development guide sentence wording

2025-03-03 Thread Sergey A. Osokin
Hi Sorin, thanks for the report! On Sat, Mar 01, 2025 at 04:41:15PM +0200, Sorin Manole wrote: > Hello, > > Didn't know where to report it, just a small improvement of the development > guide wording: > > The function ngx_event_process_posted() is called to process an event > queue. It calls ev

Development guide sentence wording

2025-03-01 Thread Sorin Manole
Hello, Didn't know where to report it, just a small improvement of the development guide wording: The function ngx_event_process_posted() is called to process an event queue. It calls event handlers until the queue is not empty. This means that a posted event handler can post more events to be pr