]> git.kaiwu.me - nginx.git/commit
Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled.
authorValentin Bartenev <vbart@nginx.com>
Fri, 12 Jul 2013 23:24:30 +0000 (03:24 +0400)
committerValentin Bartenev <vbart@nginx.com>
Fri, 12 Jul 2013 23:24:30 +0000 (03:24 +0400)
commit615d55884376040fc2b42d9f47f981cd700b384a
tree58267bfbfcee2de0e4a8b344a8753a929eefdce2
parentd10251030ae4553e5f5338b267750f63cd05d1b3
Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled.

Currently this flag is needed for epoll and rtsig, and though these methods
usually present on different platforms than kqueue, nginx can be compiled to
support all of them.
src/os/unix/ngx_readv_chain.c
src/os/unix/ngx_recv.c