- 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,
This commit is contained in:
Daniel Stenberg
2007-01-03 22:18:38 +00:00
parent 0682d25da5
commit d8ff0336a5
3 changed files with 44 additions and 22 deletions

View File

@@ -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: