aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 4fd9edbe..cf941c2e 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by
24default to reduce the size of the library (error messages take 24default to reduce the size of the library (error messages take
25space!). If you are concerned about space, you should set "CFLAGS" to 25space!). If you are concerned about space, you should set "CFLAGS" to
26"-Os --fomit-frame-pointer" to have gcc generate tight code. The 26"-Os --fomit-frame-pointer" to have gcc generate tight code. The
27resulting binary should be less than 25k (on x86). 27resulting binary should be about 25k (on x86).
28 28
29 29
30Portability 30Portability
@@ -50,11 +50,6 @@ indicates that a testcase should be written before implementing the
50feature. 50feature.
51 51
52 52
53For http/1.1-compliance:
54========================
55connection.c:
56- support sending of chunked responses (#1302, TEST, ARCH)
57
58For POST: 53For POST:
59========= 54=========
60- add support to decode multipart/form-data with 55- add support to decode multipart/form-data with
@@ -71,6 +66,10 @@ Missing Testcases:
71- add testcases for http/1.1 pipelining (need 66- add testcases for http/1.1 pipelining (need
72 to figure out how to ensure curl pipelines) 67 to figure out how to ensure curl pipelines)
73- add testcases for resource limit enforcement 68- add testcases for resource limit enforcement
69- add testcases for client queuing early response,
70 suppressing 100 CONTINUE
71- extend testcase for chunked encoding to validate
72 handling of footers
74 73
75Documentation: 74Documentation:
76============== 75==============