mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(rpc) #1330: Uncompressed, non-DEFLATE response broken
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user