Re: [libmicrohttpd] PATCH: Fix check for epoll mode and blocking socket

2022-05-18 Thread Kolja Nowak
Hi, > Your patch is correct, applied as suggested. Thanks! > Can you share more information about your exotic platform? ucos-II running on a Xtensa8 CPU with unicoi fusion TCPIP stack. > Do you need other modifications to run successfully MHD or it > works just with this patch? I can't answe

Re: [libmicrohttpd] PATCH: Fix check for epoll mode and blocking socket

2022-05-18 Thread Evgeny Grin
Hi Kolja, Your patch is correct, applied as suggested. Can you share more information about your exotic platform? Do you need other modifications to run successfully MHD or it works just with this patch? Do you use autotools (configure) or you some custom MHD_config.h? It's interesting that s

[libmicrohttpd] PATCH: Fix check for epoll mode and blocking socket

2022-05-17 Thread Kolja Nowak
Hi, I'm trying to use libmicrohttpd on a platform where fcntl(fd, O_NONBLOCK) doesn't work for sockets. This shouldn't be a problem, as far as I understand, except in epoll mode, which I'm not using, because epoll() isn't available either. However, there is a check in daemon.c:internal_add_con