On Tue, 30 Oct 2018 16:07:50 +0100
José Bollo <[email protected]> wrote:
just to be sure that you dont miss the patch (tested with success here)
> The patch below seems okay:
>
>
> diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
> index cd2ca189..b877e560 100644
> --- a/src/microhttpd/daemon.c
> +++ b/src/microhttpd/daemon.c
> @@ -5990,8 +5990,7 @@ MHD_start_daemon_va (unsigned int flags,
>
> #ifdef EPOLL_SUPPORT
> if ( (0 != (*pflags & MHD_USE_EPOLL)) &&
> - (0 == daemon->worker_pool_size) &&
> - (0 == (*pflags & MHD_USE_NO_LISTEN_SOCKET)) )
> + (0 == daemon->worker_pool_size) )
> {
> if (0 != (*pflags & MHD_USE_THREAD_PER_CONNECTION))
> {
>