aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-03-19 04:49:16 +0000
committerChristian Grothoff <christian@grothoff.org>2009-03-19 04:49:16 +0000
commitc8a1be0f871921a9dd5a55caa982ff3e0762d3bd (patch)
treef29e60fe7042c40ac059c93cb9dd40730875d733 /README
parent2ef99ee6e9f1b5515254bbdc75357b8832b977d7 (diff)
downloadlibmicrohttpd-c8a1be0f871921a9dd5a55caa982ff3e0762d3bd.tar.gz
libmicrohttpd-c8a1be0f871921a9dd5a55caa982ff3e0762d3bd.zip
release
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 74ce8154..d1886e3f 100644
--- a/README
+++ b/README
@@ -73,7 +73,11 @@ reasonably complete.
73 73
74Missing features: 74Missing features:
75================= 75=================
76- MHD_get_daemon_info is not implemented 76- MHD_get_daemon_info is not implemented (always returns NULL)
77- SSL support does not work with SELECT-based threading modes
78 (issue is that the gnutls state machine does not like EAGAIN/EINTR
79 return values from send/recv, despite having tons of
80 branches on those values).
77- SSL code is still too large: 81- SSL code is still too large:
78 * libgcrypt is used, and is also bloated 82 * libgcrypt is used, and is also bloated
79 => integrate required portions of libgcrypt into our tree 83 => integrate required portions of libgcrypt into our tree