GNU libmicrohttpd 是一个小型的嵌入式 HTTP 服务器 的 C 类库,支持 HTTP 1.1 可以同时侦听多个端口
GNU libmicrohttpd 0.9.29 改进记录:
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 "MHD_add_connection" 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.
代码示例请看 http://www.oschina.net/p/gnu+libmicrohttpd
官方首页:http://www.gnu.org/software/libmicrohttpd/
免费下载:ftp://ftp.gnu.org/gnu/libmicrohttpd/
来自:开源中国社区

