]> granicus.if.org Git - curl/commitdiff
multiple file transfers with resume fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Jun 2001 12:58:19 +0000 (12:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Jun 2001 12:58:19 +0000 (12:58 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0597a38de742ce6696fa0903bc5b6338150e1fe4..1c6d7e2c3ceb94d636244c23d21f54aed5db3eac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
                                History of Changes
 
 Daniel (25 June 2001)
+- Björn Stenberg correctly identified a problem that occurred when downloading
+  several files with curl, and using resume. The first file's resume index was
+  then used for all files, resulting in weird results...
+
 - Anton Kalmykov provided a fix that makes curl work with form field names
   with spaces like when -F is used.