matt-42 / silicon

A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
http://siliconframework.org
MIT License
1.73k stars 138 forks source link

update mhd.hh with correct EPOLL flag #34

Closed NateBrady23 closed 7 years ago

NateBrady23 commented 7 years ago

I've seen in the history that this has gone through a few iterations. Both MHD_USE_EPOLL_INTERNALLY_LINUX_ONLY and MHD_USE_EPOLL_INTERALLY were incorrect. This fixes the issue.

NateBrady23 commented 7 years ago

@matt-42 Note that this will also fix the failing test in the FrameworkBenchmarks when the git hash is updated after merging. I've also added clang 3.9 to the toolset.