3
0
Fork 0

Do not use POLL on windows.

libmicrohttpd has no support of poll on windows.
fix-bug-pid
Matthieu Gautier 7 years ago
parent 14b0b901f1
commit d0687e40a6

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