gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37922 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37922 - libmicrohttpd/src/microhttpd
Date: Wed, 14 Sep 2016 20:51:09 +0200

Author: Karlson2k
Date: 2016-09-14 20:51:09 +0200 (Wed, 14 Sep 2016)
New Revision: 37922

Modified:
   libmicrohttpd/src/microhttpd/response.c
Log:
HTTP Upgrade: Guard epoll functions

Modified: libmicrohttpd/src/microhttpd/response.c
===================================================================
--- libmicrohttpd/src/microhttpd/response.c     2016-09-14 18:51:06 UTC (rev 
37921)
+++ libmicrohttpd/src/microhttpd/response.c     2016-09-14 18:51:09 UTC (rev 
37922)
@@ -791,6 +791,7 @@
                                rbo,
                                urh->app.socket,
                                urh);
+#ifdef EPOLL_SUPPORT
     /* Launch IO processing by the event loop */
     if (0 != (daemon->options & MHD_USE_EPOLL))
       {
@@ -848,6 +849,7 @@
           return MHD_NO;
        }
       }
+#endif /* EPOLL_SUPPORT */
     if (0 == (daemon->options & MHD_USE_THREAD_PER_CONNECTION) )
       {
         /* As far as MHD's event loops are concerned, this connection




reply via email to

[Prev in Thread] Current Thread [Next in Thread]