libmicrohttpd 0.2.2 (Default branch) |
|
|
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.
License: GNU Lesser General Public License (LGPL)
Changes:
This release fixes a bug that could result in busy waiting for applications using libmicrohttpd in external select mode after a client terminated an upload prematurely.
|