Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file_download.c 


Log Message:


patch from massimilano for following redirections

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_download.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore_file_download.c       7 Nov 2007 21:15:11 -0000       1.17
+++ ecore_file_download.c       14 Jan 2008 01:58:43 -0000      1.18
@@ -244,7 +244,8 @@
 
    curl_easy_setopt(job->curl, CURLOPT_URL, url);
    curl_easy_setopt(job->curl, CURLOPT_WRITEDATA, job->file);
-
+   curl_easy_setopt(job->curl, CURLOPT_FOLLOWLOCATION, TRUE);
+   
    if (progress_cb)
      {
        curl_easy_setopt(job->curl, CURLOPT_NOPROGRESS, FALSE);



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to