1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58: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:
Daniel Stenberg 2004-06-08 21:56:30 +00:00
parent d6b3850562
commit 55a69ebea6

View File

@ -2904,7 +2904,7 @@ operate(struct Configurable *config, int argc, char *argv[])
} }
/* loop through the list of given URLs */ /* loop through the list of given URLs */
while(urlnode && !res) { while(urlnode) {
char *dourl; char *dourl;
/* get the full URL (it might be NULL) */ /* get the full URL (it might be NULL) */