diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-03 22:18:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-03 22:18:38 +0000 |
commit | d8ff0336a5a34bbf418b337e15d19ad426184c5e (patch) | |
tree | 1e535126ac7a2f580bfe85d38a128837b3faf048 /CHANGES | |
parent | 0682d25da5036d2b35e890808247e9203d28fcc4 (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 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (3 January 2007) +- 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, + Daniel (2 January 2007) - Victor Snezhko helped us fix bug report #1603712 (http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate |