> On 1 Mar 2025, at 18:41, Sorin Manole <sorin.v.man...@gmail.com> 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. This means that a 
> posted event handler can post more events to be processed within the current 
> event loop iteration.
> 
> should probably be:
> 
> The function ngx_event_process_posted() is called to process an event queue. 
> It calls event handlers until the queue is empty. This means that a posted 
> event handler can post more events to be processed within the current event 
> loop iteration.

The site should be now updated, thanks for report.

-- 
Sergey Kandaurov
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to