Changeset 10234
- Timestamp:
- Feb 20, 2010, 1:22:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r10233 r10234 388 388 curl_easy_setopt( e, CURLOPT_FOLLOWLOCATION, 1L ); 389 389 curl_easy_setopt( e, CURLOPT_AUTOREFERER, 1L ); 390 curl_easy_setopt( e, CURLOPT_FORBID REUSE, 1L );390 curl_easy_setopt( e, CURLOPT_FORBID_REUSE, 1L ); 391 391 curl_easy_setopt( e, CURLOPT_PRIVATE, task ); 392 392 curl_easy_setopt( e, CURLOPT_SSL_VERIFYHOST, 0L );
Note: See TracChangeset
for help on using the changeset viewer.