https://sourceware.org/bugzilla/show_bug.cgi?id=29123
Bug ID: 29123 Summary: MHD_USE_EPOLL doesn't work Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: mark at klomp dot org CC: elfutils-devel at sourceware dot org Target Milestone: --- There are two issues with the use of MHD_USE_EPOLL with libmicrohttp. - MHD_USE_EPOLL isn't a define but an enum value, so this doesn't work: #ifdef MHD_USE_EPOLL | MHD_USE_EPOLL #endif - MHD_USE_EPOLL doesn't work together with MHD_USE_THREAD_PER_CONNECTION when both are defined in mhd_flags MHD_start_daemon fails. -- You are receiving this mail because: You are on the CC list for the bug.