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
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
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