mirror of
https://github.com/curl/curl.git
synced 2026-06-04 18:44:16 +03:00
Gisle's patch that'll allow curl to continue with the following URLs even
if one transfer fails.
This commit is contained in:
parent
d6b3850562
commit
55a69ebea6
1 changed files with 1 additions and 1 deletions
|
|
@ -2904,7 +2904,7 @@ operate(struct Configurable *config, int argc, char *argv[])
|
|||
}
|
||||
|
||||
/* loop through the list of given URLs */
|
||||
while(urlnode && !res) {
|
||||
while(urlnode) {
|
||||
char *dourl;
|
||||
|
||||
/* get the full URL (it might be NULL) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue