]> git.kaiwu.me - nginx.git/commit
Fixed handling of the ready flag with kqueue.
authorValentin Bartenev <vbart@nginx.com>
Thu, 5 Sep 2013 12:53:02 +0000 (16:53 +0400)
committerValentin Bartenev <vbart@nginx.com>
Thu, 5 Sep 2013 12:53:02 +0000 (16:53 +0400)
commitcf08ba72dba20f49ef71ce394511734f5eddbd61
tree5cfce8bd3390d4416c581c24654cace5636b6026
parentd034e63a11539c84ba9fe6fcb23049d1dac44e48
Fixed handling of the ready flag with kqueue.

There is nothing to do more when recv() has returned 0,
so we should drop the flag.
src/os/unix/ngx_readv_chain.c
src/os/unix/ngx_recv.c