Changeset 4640


Ignore:
Timestamp:
09/10/08 09:43:41 (5 years ago)
Author:
graeme
Message:

Patch from rwhitby to follow 302 redirects properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/libopkg/opkg_download.c

    r4559 r4640  
    9292                curl_easy_setopt (curl, CURLOPT_PROGRESSFUNCTION, cb); 
    9393        } 
     94        curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1); 
    9495        curl_easy_setopt (curl, CURLOPT_FAILONERROR, 1); 
    9596        if (conf->http_proxy || conf->ftp_proxy) 
Note: See TracChangeset for help on using the changeset viewer.