mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9571
This commit is contained in:
parent
d2d37b536c
commit
8e1cc17a5f
|
@ -2410,3 +2410,9 @@ Bruce 27 Feb 2006
|
|||
user/
|
||||
hosts_user.php
|
||||
|
||||
Rom 27 Feb 2006
|
||||
- Bug Fix: Restore the encoding behavior back to 5.2 defaults until
|
||||
we have a better solution in place.
|
||||
|
||||
client/
|
||||
http_curl.C
|
||||
|
|
|
@ -304,7 +304,7 @@ The checking this option controls is of the identity that the server claims. The
|
|||
curlErr = curl_easy_setopt(curlEasy, CURLOPT_MAXREDIRS, 5L);
|
||||
curlErr = curl_easy_setopt(curlEasy, CURLOPT_AUTOREFERER, 1L);
|
||||
curlErr = curl_easy_setopt(curlEasy, CURLOPT_FOLLOWLOCATION, 1L);
|
||||
curlErr = curl_easy_setopt(curlEasy, CURLOPT_ENCODING, "deflate");
|
||||
//curlErr = curl_easy_setopt(curlEasy, CURLOPT_ENCODING, "deflate");
|
||||
|
||||
// setup any proxy they may need
|
||||
setupProxyCurl();
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue