Dear all, I'm glad to announce the release of GNU libmicrohttpd 0.9.69.
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). This is a bugfix release. Notable changes since version 0.9.69: * Fixed build issues on OS X and with VisualStudio * Fixed issue where 100 CONTINUE was always sent when suspending and resuming a connection. With the new code, applications can delay the transmission of 100 CONTINUE (a bit, otherwise the client will start to transmit anyway according to the HTTP specification). You can download GNU libmicrohttpd from * https://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors. * Our git repository at https://gnunet.org/git/libmicrohttpd.git Please report bugs to our bugtracker at https://bugs.gnunet.org/. The documentation (including a reference manual and tutorial) can be found at https://www.gnu.org/software/libmicrohttpd/. Happy hacking! Christian