Merge pull request #274 from kiwix/fix_win

Do not use POLL on windows.
This commit is contained in:
Matthieu Gautier 2019-04-04 14:06:42 +02:00 committed by GitHub
commit 8a64083d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,