Gisle's patch that'll allow curl to continue with the following URLs even
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2004 21:56:30 +0000 (21:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2004 21:56:30 +0000 (21:56 +0000)
if one transfer fails.

src/main.c

index 25fcec5..9551cfe 100644 (file)
@@ -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) */