libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 8424c8fb20aa58e041bac8f185576b17dbf69594
parent 1218e0e1f05d99d1eb1a71c2d145d21f00e675f3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 12 Oct 2016 14:45:54 +0200

update README to reflect that Upgrade is now supported

Diffstat:
MREADME | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README b/README @@ -58,8 +58,7 @@ Development Status ================== This is a beta release for libmicrohttpd. Before declaring the -library stable, we should implement support for HTTP "Upgrade" -requests and have testcases for the following features: +library stable, we should have testcases for the following features: - HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines -- and it seems libcurl has issues with pipelining,