From 12f5c67bf5d32baefd27757b8e6bc08683e7bef9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 7 Feb 2006 23:09:04 +0000 Subject: Philippe Vaucher provided a brilliant piece of test code that show a problem with re-used FTP connections. If the second request on the same connection was set not to fetch a "body", libcurl could get confused and consider it an attempt to use a dead connection and would go acting mighty strange. --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 899f366e6..9c9c7a675 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,7 @@ This release includes the following changes: This release includes the following bugfixes: + o re-used FTP connections when the second request didn't do a transfer o plain --limit-rate [num] means bytes o re-creating a dead connection is no longer counted internally as a followed redirect and thus prevents a weird error that would occur if a FTP @@ -49,6 +50,7 @@ Other curl-related news since the previous public release: o http://curl.s-lines.net/ is a new curl web mirror in Japan o http://curl.oss-mirror.org/ is a new curl web mirror in Ireland o http://curl.linux-mirror.org/ is a new curl web mirror in Germany + o pycurl 7.15.1 was released: http://pycurl.sf.net/ o TclCurl 0.15.1 was released: http://personal1.iddeo.es/andresgarci/tclcurl/english/ -- cgit v1.2.3