aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index cf941c2e..5f4820d6 100644
--- a/README
+++ b/README
@@ -54,6 +54,9 @@ For POST:
54========= 54=========
55- add support to decode multipart/form-data with 55- add support to decode multipart/form-data with
56 nesting (used for files) -- #1221, TEST 56 nesting (used for files) -- #1221, TEST
57- http://en.wikipedia.org/wiki/HTTP_pipelining:
58 "Only idempotent requests should be pipelined, such as GET and HEAD requests."
59 We should make sure that we force a close after POSTs, PUTs and DELETEs.
57 60
58For SSL: 61For SSL:
59======== 62========
@@ -64,7 +67,9 @@ microhttpd.h:
64Missing Testcases: 67Missing Testcases:
65================== 68==================
66- add testcases for http/1.1 pipelining (need 69- add testcases for http/1.1 pipelining (need
67 to figure out how to ensure curl pipelines) 70 to figure out how to ensure curl pipelines
71 -- and it seems libcurl has issues with pipelining,
72 see http://curl.haxx.se/mail/lib-2007-12/0248.html)
68- add testcases for resource limit enforcement 73- add testcases for resource limit enforcement
69- add testcases for client queuing early response, 74- add testcases for client queuing early response,
70 suppressing 100 CONTINUE 75 suppressing 100 CONTINUE