Changeset 5783
- Timestamp:
- May 9, 2008, 4:00:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r5777 r5783 143 143 144 144 ch = curl_easy_init( ); 145 curl_easy_setopt( ch, CURLOPT_TIMEOUT, 120 );146 145 curl_easy_setopt( ch, CURLOPT_PRIVATE, task ); 147 146 curl_easy_setopt( ch, CURLOPT_URL, task->url );
Note: See TracChangeset
for help on using the changeset viewer.