<div dir="ltr">Hello,<div><br></div><div>Didn't know where to report it, just a small improvement of the development guide wording:</div><div><br></div><div>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.</div><div><br></div><div>should probably be:</div><div><br></div><div>The function ngx_event_process_posted() is called to process an event queue. It calls event handlers until the queue <b>is empty</b>. This means that a posted event handler can post more events to be processed within the current event loop iteration.</div></div>