GNU libmicrohttpdは、他のアプリケーションにHTTPサーバとしての機能を組み込むための小さなCライブラリです。これは、再入可能、高速、HTTP 1.1のサポート並びに複数のポートでのリッスンを許可しています。APIはシンプルですが、プログラマがHTTPの機能の全体を使うのに十分すぎるくらい強力です。SSL/TLSのサポートは、オプションとして利用できます。
This release fixes handling of certain (rare) boundary formats in the post processor (now tolerating quotes and garbage data before multi-part boundaries). On systems where "sin_len" is part of "struct sockaddr" (such as FreeBSD), the field is now properly initialized.