*** empty log message ***

svn path=/trunk/boinc/; revision=9571
This commit is contained in:
Rom Walton 2006-02-27 20:56:52 +00:00
parent d2d37b536c
commit 8e1cc17a5f
3 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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.