libmicrohttpd: Enable 'poll()' usage
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>
Sun, 27 Oct 2024 16:03:10 +0000 (17:03 +0100)
committerRosen Penev <rosenp@gmail.com>
Sun, 27 Oct 2024 22:51:33 +0000 (15:51 -0700)
commitae675a5b17570789affc06f5a1ea4522e64df469
treefd20998131babb295dcf50f27c7437bceabf153b
parent7a8ec328b1c9630ee2a461dd569c9b5edea15fa3
libmicrohttpd: Enable 'poll()' usage

If 'poll()' function is disabled, then in thread-per-connection mode
'select()' is used. This is much less efficient.
'epoll' is not used in thread-per-connection mode as it would require
additional epoll FD per every connection.

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
libs/libmicrohttpd/Makefile