From d0687e40a66f95fa898baf9e1ab971ff00aeac30 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 4 Apr 2019 12:14:37 +0200 Subject: [PATCH] =?UTF-8?q?Do=20not=20use=20POLL=C2=A0on=20windows.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libmicrohttpd has no support of poll on windows. --- src/server/kiwix-serve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 95a5e62..5712d5d 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -1258,7 +1258,7 @@ int main(int argc, char** argv) #endif } else { - daemon = MHD_start_daemon(MHD_USE_POLL_INTERNALLY, + daemon = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY, serverPort, NULL, NULL,