GNU libmicrohttpd 0.9.35 发布,此版本更新内容如下:
Adds MHD_OPTION_HTTPS_MEM_DHPARAMS to allow applications to enable perfect forward secrecy
Increases FD_SETSIZE and use of native mutex on W32; makes various improvements to the build system (updated macros, new configure options)
Improved header compatibility with MSVC. Adds an MHD_is_feature_supported() function to allow the applications to test for enabled features
Removes unescaping in the URI path to better comply with the specification ("+" in the path is no longer converted to a space)
Fixes looping issue in handling HTTPS connection resets
Switches to the OpenSSL cipher list "HIGH" in libmicrospdy
GNU libmicrohttpd 是一个小型的嵌入式 HTTP 服务器 的 C 类库,支持 HTTP 1.1 可以同时侦听多个端口。
项目主页:http://www.gnu.org/software/libmicrohttpd/
来自:开源中国社区