aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 19:29:04 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 19:29:04 +0000
commit8ce09efc5e3c19d413727e8b80c5f2eff9406b38 (patch)
treed4b2c058380a4f59e8c85c1904b8dd658813b11c /README
parent298a38eb158ecb93ecf3de77a7fb2b6b17e649e0 (diff)
downloadlibmicrohttpd-8ce09efc5e3c19d413727e8b80c5f2eff9406b38.tar.gz
libmicrohttpd-8ce09efc5e3c19d413727e8b80c5f2eff9406b38.zip
fix
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 1cf31703..ff7da70e 100644
--- a/README
+++ b/README
@@ -18,7 +18,8 @@ connection.c:
18 18
19For POST: 19For POST:
20========= 20=========
21- add support to decode multipart/form-data (#1221, TEST) 21- add support to decode multipart/form-data with
22 nesting (used for files) -- #1221, TEST
22 23
23For SSL: 24For SSL:
24======== 25========