Re: [libmicrohttpd] Hang with MHD_OPTION_THREAD_POOL_SIZE on Windows

2018-12-08 Thread Christian Grothoff
Hi Jonathan, Hmm. This reads like the 'listen' socket is not properly set to non-blocking on Windows (or W32 doesn't support non-blocking listen sockets, which would be worse...). Could you please check the syscalls MHD makes to setup the listen socket? It needs to be non-blocking. I don't do W32

Re: [libmicrohttpd] libmicrohttpd 0.9.62 released

2018-12-08 Thread silvioprog
Great work! I'm using thread-pool and I confirm the problem too. Thanks JM for sending the patch solving it and Christian for the p.s note. Cheers On Sat, Dec 8, 2018 at 9:25 PM Christian Grothoff wrote: > Dear all, > > I'm glad to announce the release of GNU libmicrohttpd 0.9.62. > > GNU libm

[libmicrohttpd] libmicrohttpd 0.9.62 released

2018-12-08 Thread Christian Grothoff
Dear all, I'm glad to announce the release of GNU libmicrohttpd 0.9.62. GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is fully HTTP 1.1 compliant and supports IPv6. Finally, GNU libmicrohttpd is fast