mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk daemon) #3070 "transmisison-remote --blocklist-update timeout" -- fixed in trunk for 2.00
This commit is contained in:
parent
0193a577b9
commit
0cbdd6c48c
1 changed files with 1 additions and 1 deletions
|
@ -1871,7 +1871,7 @@ tr_curl_easy_init( struct evbuffer * writebuf )
|
||||||
curl_easy_setopt( curl, CURLOPT_POST, 1 );
|
curl_easy_setopt( curl, CURLOPT_POST, 1 );
|
||||||
curl_easy_setopt( curl, CURLOPT_NETRC, CURL_NETRC_OPTIONAL );
|
curl_easy_setopt( curl, CURLOPT_NETRC, CURL_NETRC_OPTIONAL );
|
||||||
curl_easy_setopt( curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY );
|
curl_easy_setopt( curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY );
|
||||||
curl_easy_setopt( curl, CURLOPT_TIMEOUT, 60L );
|
curl_easy_setopt( curl, CURLOPT_TIMEOUT, 300L );
|
||||||
curl_easy_setopt( curl, CURLOPT_VERBOSE, debug );
|
curl_easy_setopt( curl, CURLOPT_VERBOSE, debug );
|
||||||
curl_easy_setopt( curl, CURLOPT_ENCODING, "" ); /* "" tells curl to fill in the blanks with what it was compiled to support */
|
curl_easy_setopt( curl, CURLOPT_ENCODING, "" ); /* "" tells curl to fill in the blanks with what it was compiled to support */
|
||||||
if( netrc )
|
if( netrc )
|
||||||
|
|
Loading…
Reference in a new issue