[libmicrohttpd] daemon get stalled

2016-08-23 Thread Markus Doppelbauer
The daemon could run into an infinite loop if used I use "poll" (no issue with epoll). The backtrace: #0  0x003d912df283 in __poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 #1  0x00455e4b in MHD_poll_all (daemon=0x2bd48f0, may_block=) at microhttpd/daemon.c:2645 #

Re: [libmicrohttpd] MHD and HTTP2

2016-08-23 Thread silvioprog
Hello Christian, Finally I took a look at nghttp2 C API , but HTTP2 is still very new for me, so I can't understand it. :-) In a not so distant future I'll try node-http2 just for performance checking. On Fri,