diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-25 12:58:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-25 12:58:19 +0000 |
commit | 798aaf0c0a8a1f32c3a6f304ed173dc626ae7a4e (patch) | |
tree | 58f2d437ddaad5cbfcde8bc272c59c31ab94efcb | |
parent | 6f2fca53add357b98dc07ef846a65fd927e7d3dc (diff) |
multiple file transfers with resume fix
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |