Wednesday, August 28, 2013

GNU libmicrohttpd 0.9.29

GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.



RELEASE NOTES: epoll can now also be used with SSL connections. Following recent HTTP/1.1 clarfications, MHD no longer send a "Content-length" header in CONNECT responses. The "MHDaddconnection" call now consistently sets an "errno" value to indicate the cause of errors. Connections added this way are now always processed immediately. The release also fixes a recently-introduced bug which prevented HTTP pipelining from working properly in some cases and a build error in conjunction with the "--disable-messages" configure option. This release works around issues with the shutdown system call on W32.




RELEASE TAGS: Stable, Minor feature enhancements, Minor bugfixes



TAGS: Internet, Web, HTTP Servers, Software Development, Libraries



LICENSES: LGPL
Full Post

No comments:

Post a Comment