Dear all, I'm happy to announce the release of libmicrohttpd 0.9.41, which is a pure bugfix release, fixing various minor bugs of very similar flavors.
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, portable and has a simple API and (without TLS support and other optional features) a small binary size (~32k). Bugs were fixed relating various threading modes blocking or looping under various special conditions (epoll-mode with HTTPS and slow clients, internal select with resume and no other clients, internal poll with clients timing out, thread-per-connection on W32 existing with active connections). While application-specific and rare, these bugs can cause availability issues and thus upgrading is strongly recommended. Finally, some HTTP 1.0 tests were fixed to really test HTTP 1.0 (and not HTTP 1.1) even if the test directory contains the string "11". You can download GNU libmicrohttpd from * ftp://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors. * Our Subversion repository at https://gnunet.org/svn/libmicrohttpd/ Please report bugs to our bugtracker at https://gnunet.org/bugs/. The documentation (including a reference manual and tutorial) can be found at http://www.gnu.org/software/libmicrohttpd/. Happy hacking! Christian
