Changeset 6915
- Timestamp:
- Oct 15, 2008, 11:21:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r6910 r6915 250 250 do { 251 251 dbgmsg( "timer_cb calling CURL_SOCKET_TIMEOUT" ); 252 rc = curl_multi_socket_action( g->multi, 0, CURL_SOCKET_TIMEOUT,252 rc = curl_multi_socket_action( g->multi, CURL_SOCKET_TIMEOUT, 0, 253 253 &g->still_running ); 254 254 } while( rc == CURLM_CALL_MULTI_PERFORM );
Note: See TracChangeset
for help on using the changeset viewer.