- Timestamp:
- Mar 10, 2009, 12:10:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/daemon/remote.c
r7969 r8044 1246 1246 curl_easy_setopt( curl, CURLOPT_NETRC, CURL_NETRC_OPTIONAL ); 1247 1247 curl_easy_setopt( curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY ); 1248 curl_easy_setopt( curl, CURLOPT_TIMEOUT, 60L ); 1248 1249 if( netrc ) 1249 1250 curl_easy_setopt( curl, CURLOPT_NETRC_FILE, netrc );
Note: See TracChangeset
for help on using the changeset viewer.