diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 | ||
83 | Untested features: | 86 | Untested 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 | ||
100 | Functions 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 | |||
97 | Missing documentation: | 110 | Missing documentation: |
98 | ====================== | 111 | ====================== |
99 | 112 | ||