aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-08-08 20:12:16 +0000
committerChristian Grothoff <christian@grothoff.org>2007-08-08 20:12:16 +0000
commit268f93a9686c899d954c1892ec62aefcaa6fc4a3 (patch)
treeba42aa9ed372ba6eba047ab261997806049cdf52 /README
parent4093a912306203b5d99c377c5629e746521b5be8 (diff)
downloadlibmicrohttpd-268f93a9686c899d954c1892ec62aefcaa6fc4a3.tar.gz
libmicrohttpd-268f93a9686c899d954c1892ec62aefcaa6fc4a3.zip
fixing mantis 1262
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index 2d80f840..78a85961 100644
--- a/README
+++ b/README
@@ -17,7 +17,6 @@ connection.c:
17- support chunked requests from clients (#1260, ARCH, TEST) 17- support chunked requests from clients (#1260, ARCH, TEST)
18- send proper error code back if client forgot the "Host" header (#1264, TRIV) 18- send proper error code back if client forgot the "Host" header (#1264, TRIV)
19- automatically add MHD_HTTP_HEADER_DATE if client "forgot" to add one (#1261, TRIV) 19- automatically add MHD_HTTP_HEADER_DATE if client "forgot" to add one (#1261, TRIV)
20- automatically drop body from responses to "HEAD" requests (#1262, TRIV)
21 20
22For POST: 21For POST:
23========= 22=========