diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-20 21:57:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-20 21:57:28 +0000 |
commit | d978f85d553686714ce408e90280cbcce692f5d4 (patch) | |
tree | 22086cff193a20656faed3c1eccc73b7da91e786 /RELEASE-NOTES | |
parent | 6e7f47da5b2e44f799f2c49a96f8764a715ea423 (diff) |
Adam Piggott filed bug report #1740263
(http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when
getting a large amount of URLs with curl, they were fetched slower and
slower... which turned out to be because the --libcurl data collecting which
wrongly always was enabled, but no longer is...
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b452628cc..21fa2b506 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -59,6 +59,7 @@ This release includes the following bugfixes: o builds fine on 64bit HP-UX o multi interface HTTP CONNECT glitch o list FTP root directories when login dir is not root + o no longer slows down when getting very many URLs on the same command line This release includes the following known bugs: @@ -85,6 +86,6 @@ advice from friends like these: Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu, Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner, - Dave Vasilevsky, Shmulik Regev, Robson Braga Araujo + Dave Vasilevsky, Shmulik Regev, Robson Braga Araujo, Adam Piggott Thanks! (and sorry if I forgot to mention someone) |