From 182a05b9d5b4321be89aa25ade89e41d00f0b4f7 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 12 Jul 2013 14:51:07 +0400 Subject: 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. --- auto/modules | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/modules') 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" -- cgit