Changeset 6052
- Timestamp:
- Jun 5, 2008, 4:35:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r5783 r6052 148 148 curl_easy_setopt( ch, CURLOPT_WRITEDATA, task ); 149 149 curl_easy_setopt( ch, CURLOPT_USERAGENT, TR_NAME "/" LONG_VERSION_STRING ); 150 curl_easy_setopt( ch, CURLOPT_SSL_VERIFYHOST, 0 ); 150 151 curl_easy_setopt( ch, CURLOPT_SSL_VERIFYPEER, 0 ); 151 152 curl_easy_setopt( ch, CURLOPT_FORBID_REUSE, 1 );
Note: See TracChangeset
for help on using the changeset viewer.