(rpc) #1330: Uncompressed, non-DEFLATE response broken

This commit is contained in:
Charles Kerr
2008-10-08 12:13:01 +00:00
parent 38d265d9f0
commit 98dbd675cb

View File

@@ -1057,7 +1057,7 @@ processRequests( const char * host,
curl = curl_easy_init( );
curl_easy_setopt( curl, CURLOPT_VERBOSE, debug );
#ifdef HAVE_LIBZ
curl_easy_setopt( curl, CURLOPT_ENCODING, "deflate" );
// curl_easy_setopt( curl, CURLOPT_ENCODING, "deflate" );
#endif
curl_easy_setopt( curl, CURLOPT_USERAGENT,
MY_NAME "/" LONG_VERSION_STRING );