aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-16 06:50:40 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-16 06:50:40 +0000
commit5acebb923438051ccfa4841341ef4fa882e4d480 (patch)
treeff9330ad341e1af4749485a151d9c6735bba57cb /README
parent31ca44a13c054e7b691d8757a79caffb22b31511 (diff)
downloadlibmicrohttpd-5acebb923438051ccfa4841341ef4fa882e4d480.tar.gz
libmicrohttpd-5acebb923438051ccfa4841341ef4fa882e4d480.zip
more DCE
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 6d72edaf..2bca4bcf 100644
--- a/README
+++ b/README
@@ -79,6 +79,9 @@ Missing features:
79 instead of linking against it 79 instead of linking against it
80- Make sure SSL works on non-GNU/Linux platforms 80- Make sure SSL works on non-GNU/Linux platforms
81 81
82- MHD_tls_connection_close is not called in any testcase!???
83 (is it used properly in the code!?)
84
82 85
83Untested features: 86Untested features:
84================== 87==================
@@ -94,6 +97,16 @@ Untested features:
94- more testing for SSL support 97- more testing for SSL support
95 98
96 99
100Functions not covered by "make check":
101======================================
102- MHD_get_connection_values is not called in any testcase
103- MHD_set_connection_value is not called in any testcase
104- parse_cookie_header is not tested by any testcase
105- parse_arguments is not tested by any testcase
106- MHD_del_response_header is not called by any testcase
107- MHD_get_response_headers is not called by any testcase
108
109
97Missing documentation: 110Missing documentation:
98====================== 111======================
99 112