Gisle's patch that'll allow curl to continue with the following URLs even
if one transfer fails.
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user