aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-01-03 22:18:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-01-03 22:18:38 +0000
commitd8ff0336a5a34bbf418b337e15d19ad426184c5e (patch)
tree1e535126ac7a2f580bfe85d38a128837b3faf048 /RELEASE-NOTES
parent0682d25da5036d2b35e890808247e9203d28fcc4 (diff)
- Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always store
downloaded data in two buffers, just to be able to deal with a special HTTP pipelining case. That is now only activated for pipelined transfers. In Matt's case, it showed as a considerable performance difference,
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 33fee2089..6ff132e7d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -45,6 +45,7 @@ This release includes the following bugfixes:
o libcurl.pc now uses Libs.private for "private" libs
o --limit-rate (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE)
now work on windows again
+ o improved download performance by avoiding the unconditional "double copying"
Other curl-related news: