From 8424c8fb20aa58e041bac8f185576b17dbf69594 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 12 Oct 2016 14:45:54 +0200 Subject: [PATCH] update README to reflect that Upgrade is now supported --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index b88e454e..eade3da5 100644 --- 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,