aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-06 09:37:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-06 09:37:40 +0000
commit840e796aa9c12a94bec90ee2a0bd49ee3163deb1 (patch)
tree1bdce85e15bc83836692589498ad2617adc135e8 /CHANGES
parent5fd096da8d5667384c40280e408227919afda6dc (diff)
Sebastien Willemijns reported bug #1603712
(http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections getting cut off prematurely when --limit-rate is used. While I found no such problems in my tests nor in my reading of the code, I found that the --limit-rate code was severly flawed (since it was moved into the lib, since 7.15.5) when used with the easy interface and it didn't work as documented so I reworked it somewhat and now it works for my tests.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 60828fd3d..4d3216d29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
Changelog
+Daniel (6 December 2006)
+- Sebastien Willemijns reported bug #1603712
+ (http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections
+ getting cut off prematurely when --limit-rate is used. While I found no such
+ problems in my tests nor in my reading of the code, I found that the
+ --limit-rate code was severly flawed (since it was moved into the lib, since
+ 7.15.5) when used with the easy interface and it didn't work as documented
+ so I reworked it somewhat and now it works for my tests.
+
Daniel (5 December 2006)
- Stefan Krause pointed out a compiler warning with a picky MSCV compiler when
passing a curl_off_t argument to the Curl_read_rewind() function which takes