aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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