Merge pull request #274 from kiwix/fix_win

Do not use POLL on windows.
pull/270/head
Matthieu Gautier 7 years ago committed by GitHub
commit 8a64083d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save