Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-24 07:25 Back to release list
0.9.18

이 릴리스에 몇 가지 사소한 버그 수정. 특정 상황에서 다이제스트 인증 실패 했다는 특히 (nonce 수 > = 10 또는 가져옵니다 URL 인수). 또한, 초기화 되지 않은 변수 mhd_get_timeout에 잘못 된 (낮은) 제한 시간 값이 반환 될 발생할 수 있습니다. 소켓을 피하기 위해 네트워크 I/O 기다리는 동안 매달려 OS X에서 SSL 연결에 대 한 비 차단 됩니다. 인증 Api를 사용 하는 방법 및 이중 스택 지원 MHD를 실행 하는 방법에 대 한 문서 개선 되었다.
Tags: Stable, Minor bugfixes
This release fixes several minor bugs. In particular, digest authentication was failing under certain circumstances (nonce count >= 10 or GETs with URL arguments). Furthermore, an uninitialized variable in MHD_get_timeout could cause incorrect (low) timeout values to be returned. Sockets are now non-blocking for SSL connections on OS X to avoid hanging while waiting on network I/O. The documentation on how to use authentication APIs and how to run MHD with dual-stack support was improved.

Project Resources