aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 12 insertions, 14 deletions
diff --git a/README b/README
index 13253d4d..0401ef81 100644
--- a/README
+++ b/README
@@ -42,21 +42,18 @@ Development Status
42This is a beta release. Below we list things that should be 42This is a beta release. Below we list things that should be
43implemented (in order of importance) before we can claim to be 43implemented (in order of importance) before we can claim to be
44reasonably complete. #XXXX refers to the respective Mantis bug report 44reasonably complete. #XXXX refers to the respective Mantis bug report
45(or feature request). ARCH indicates that implementing this feature 45(or feature request).
46may require non-trivial ARCHitectural changes in the code. API
47indicates that implementing the feature will require API changes.
48TRIV indicates that implementing this feature should be TRIVial. TEST
49indicates that a testcase should be written before implementing the
50feature.
51 46
52 47
53For SSL:
54========
55microhttpd.h:
56- define appropriate MHD_OPTIONs (#1225, API)
57- actual implementation (#1225, ARCH)
58 48
59Missing Testcases: 49Missing features:
50=================
51- SSL support:
52 * define appropriate MHD_OPTIONs (#1225)
53 * actual implementation (#1225)
54
55
56Untested features:
60================== 57==================
61- add testcases for http/1.1 pipelining (need 58- add testcases for http/1.1 pipelining (need
62 to figure out how to ensure curl pipelines 59 to figure out how to ensure curl pipelines
@@ -68,8 +65,9 @@ Missing Testcases:
68- extend testcase for chunked encoding to validate 65- extend testcase for chunked encoding to validate
69 handling of footers 66 handling of footers
70 67
71Documentation: 68
72============== 69Missing documentation:
70======================
73- manual (texinfo, man) 71- manual (texinfo, man)
74- tutorial 72- tutorial
75 73