aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index bf3f4d00..279aeaff 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2894,7 +2894,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
2894 return MHD_YES; 2894 return MHD_YES;
2895 } 2895 }
2896 MHD_connection_update_event_loop_info (connection); 2896 MHD_connection_update_event_loop_info (connection);
2897#if EPOLL_SUPPORT 2897#ifdef EPOLL_SUPPORT
2898 if (0 != (daemon->options & MHD_USE_EPOLL_LINUX_ONLY)) 2898 if (0 != (daemon->options & MHD_USE_EPOLL_LINUX_ONLY))
2899 { 2899 {
2900 switch (connection->event_loop_info) 2900 switch (connection->event_loop_info)
@@ -2945,7 +2945,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
2945} 2945}
2946 2946
2947 2947
2948#if EPOLL_SUPPORT 2948#ifdef EPOLL_SUPPORT
2949/** 2949/**
2950 * Perform epoll() processing, possibly moving the connection back into 2950 * Perform epoll() processing, possibly moving the connection back into
2951 * the epoll() set if needed. 2951 * the epoll() set if needed.