This commit is contained in:
Christian Grothoff
2009-03-19 04:49:16 +00:00
parent 2ef99ee6e9
commit c8a1be0f87
8 changed files with 41 additions and 71 deletions
+5 -1
View File
@@ -73,7 +73,11 @@ reasonably complete.
Missing features:
=================
- MHD_get_daemon_info is not implemented
- MHD_get_daemon_info is not implemented (always returns NULL)
- SSL support does not work with SELECT-based threading modes
(issue is that the gnutls state machine does not like EAGAIN/EINTR
return values from send/recv, despite having tons of
branches on those values).
- SSL code is still too large:
* libgcrypt is used, and is also bloated
=> integrate required portions of libgcrypt into our tree