Commit 55a69ebe authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle's patch that'll allow curl to continue with the following URLs even

if one transfer fails.
parent d6b38505
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) */