diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-10-21 21:00:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-21 21:00:44 +0000 |
commit | 1a1ab2e2e8abb6618721188109156e5bdda35cdd (patch) | |
tree | 4a26813912a75b3c1c2989b468fcd54b2918ad84 /CHANGES | |
parent | 715b706caaf57e5ab1a395ea173b5f16f5b05922 (diff) |
"Ofer" reported a problem when libcurl re-used a connection and failed to do
it, it could then accidentally actually crash. Presumably, this concerns FTP
connections. http://curl.haxx.se/bug/view.cgi?id=1330310
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Daniel (21 October 2005) +- "Ofer" reported a problem when libcurl re-used a connection and failed to do + it, it could then accidentally actually crash. Presumably, this concerns FTP + connections. http://curl.haxx.se/bug/view.cgi?id=1330310 + - Temprimus improved the MSVC makefile so that the static debug SSL libs are linked to the executable and not to the libcurld.lib http://curl.haxx.se/bug/view.cgi?id=1326676 |