diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-02-07 23:09:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-02-07 23:09:04 +0000 |
commit | 12f5c67bf5d32baefd27757b8e6bc08683e7bef9 (patch) | |
tree | 61f7194b2ed155883b9917918f975e12293814fb /RELEASE-NOTES | |
parent | d7a83d8995c43371c48d2785e602c5f446b634ce (diff) |
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |