Changeset 5705
- Timestamp:
- Apr 25, 2008, 11:54:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r5700 r5705 138 138 curl_easy_setopt( ch, CURLOPT_USERAGENT, TR_NAME "/" LONG_VERSION_STRING ); 139 139 curl_easy_setopt( ch, CURLOPT_SSL_VERIFYPEER, 0 ); 140 curl_easy_setopt( ch, CURLOPT_FORBID_REUSE, 1 ); 141 curl_easy_setopt( ch, CURLOPT_NOSIGNAL, 1 ); 142 curl_easy_setopt( ch, CURLOPT_FOLLOWLOCATION, 1 ); 143 curl_easy_setopt( ch, CURLOPT_MAXREDIRS, 5 ); 144 curl_easy_setopt( ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 ); 145 curl_easy_setopt( ch, CURLOPT_ENCODING, "" ); 140 146 curl_multi_add_handle( web->cm, ch ); 141 147
Note: See TracChangeset
for help on using the changeset viewer.