From Jason Beverage, "I've added a small change to the CURL plugin that allows support for HTTP redirects."
This commit is contained in:
parent
54ea755421
commit
560cdf458d
@ -83,6 +83,7 @@ EasyCurl::EasyCurl()
|
||||
|
||||
curl_easy_setopt(_curl, CURLOPT_USERAGENT, "libcurl-agent/1.0");
|
||||
curl_easy_setopt(_curl, CURLOPT_WRITEFUNCTION, StreamMemoryCallback);
|
||||
curl_easy_setopt(_curl, CURLOPT_FOLLOWLOCATION, 1);
|
||||
}
|
||||
|
||||
EasyCurl::~EasyCurl()
|
||||
|
Loading…
Reference in New Issue
Block a user