diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-09 23:16:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-09 23:16:03 +0000 |
commit | 74068a6d1bb09bfc9c8084c215b66239d958e8dd (patch) | |
tree | 5d109140cc65faf91c959b19dd34ef0fa20e5a0e /CHANGES | |
parent | 8c83422fe2edb0b634fbf2ea065c7f638f9fff3b (diff) | |
download | curl-74068a6d1bb09bfc9c8084c215b66239d958e8dd.tar.gz |
David Byron fixed his SSL problems, initially mentioned here:
http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use
SSL_pending() as we should.
This was TODO-RELEASE issue #59.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel (9 February 2005) +- David Byron fixed his SSL problems, initially mentioned here: + http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use + SSL_pending() as we should. + - Converted lots of FTP code to a statemachine, so that the multi interface doesn't block while communicating commands-responses with an FTP server. |