support http redirect
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Dec 2009 11:52:01 +0000 (11:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Dec 2009 11:52:01 +0000 (11:52 +0000)
src/hostlist/hostlist-client.c

index 8ef5c9895d4a49863d464801032d0a900dd57b36..9a3a31dfef4ab2ca485b7b735db912e52706e78b 100644 (file)
@@ -460,6 +460,8 @@ download_hostlist ()
       clean_up ();
       return;
     }
+  CURL_EASY_SETOPT (curl, CURLOPT_FOLLOWLOCATION, 1);
+  /* no need to abort if the above failed */
   CURL_EASY_SETOPT (curl, 
                    CURLOPT_URL, 
                    current_url);