diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-06 09:37:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-06 09:37:40 +0000 |
commit | 840e796aa9c12a94bec90ee2a0bd49ee3163deb1 (patch) | |
tree | 1bdce85e15bc83836692589498ad2617adc135e8 /TODO-RELEASE | |
parent | 5fd096da8d5667384c40280e408227919afda6dc (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 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 4b6e4e50c..97b8bfe19 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -3,9 +3,6 @@ To get fixed in 7.16.1 (planned release: January 2007) 69 - Jeff Pohlmeyer's crashing case (posted 17 nov 2006) -71 - rate-limit when transferring files (using the easy interface) is - completely broken, bug #1603712. Patch pending commit on feedback. - 75 - "copying everything downloaded" (posted 11 nov 2006). 77 - |