summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2013-07-12 14:51:07 +0400
committerValentin Bartenev <vbart@nginx.com>2013-07-12 14:51:07 +0400
commit182a05b9d5b4321be89aa25ade89e41d00f0b4f7 (patch)
tree6732cf547663b6f5d0ac6154a27876fc3771ca91 /auto/modules
parent0f0502064dda4e702b4f379ee2af4bbddcb93214 (diff)
downloadnginx-182a05b9d5b4321be89aa25ade89e41d00f0b4f7.tar.gz
nginx-182a05b9d5b4321be89aa25ade89e41d00f0b4f7.tar.bz2
Events: support for EPOLLRDHUP (ticket #320).
Since Linux 2.6.17, epoll is able to report about peer half-closed connection using special EPOLLRDHUP flag on a read event.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index e710ae0ff..3feaf53e1 100644
--- a/auto/modules
+++ b/auto/modules
@@ -42,6 +42,7 @@ fi
if [ $NGX_TEST_BUILD_EPOLL = YES ]; then
have=NGX_HAVE_EPOLL . auto/have
+ have=NGX_HAVE_EPOLLRDHUP . auto/have
have=NGX_HAVE_EVENTFD . auto/have
have=NGX_TEST_BUILD_EPOLL . auto/have
EVENT_MODULES="$EVENT_MODULES $EPOLL_MODULE"