nginx development guide

Vladimir Homutov vl at nginx.com
Mon Feb 13 16:47:50 UTC 2017


On Mon, Feb 13, 2017 at 07:24:05PM +0300, Andrey Kulikov wrote:
> Hooray!
>
> What the doctor ordered.
> Looking forward for more parts, especially dedicated to chains
> management and corresponding API description.
>
> So far saw a possible typo:
> In section "I/O events":
> > that the functions ngx_handle_read_event(rev, flags) and ngx_handle_read_event(wev,flags) are called
> should it be
> > that the functions ngx_handle_read_event(rev, flags) and ngx_handle_write_event(wev,flags) are called
> ?
>
good catch, fixed! (note second arg for write event is different, not flags
as you supposed)



More information about the nginx-devel mailing list