mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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
@ -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…
Reference in New Issue
Block a user