Browse Source

Test

etomic
jl777 8 years ago
parent
commit
8244ae8b3c
  1. 2
      crypto777/bitcoind_RPC.c

2
crypto777/bitcoind_RPC.c

@ -153,7 +153,7 @@ try_again:
curl_easy_setopt(curl_handle,CURLOPT_WRITEDATA, &s); // we pass our 's' struct to the callback
curl_easy_setopt(curl_handle,CURLOPT_NOSIGNAL, 1L); // supposed to fix "Alarm clock" and long jump crash
curl_easy_setopt(curl_handle,CURLOPT_NOPROGRESS, 1L); // no progress callback
//curl_easy_setopt(curl_handle,CURLOPT_TIMEOUT, 60L);
curl_easy_setopt(curl_handle,CURLOPT_TIMEOUT, 6L);
if ( strncmp(url,"https",5) == 0 )
{
curl_easy_setopt(curl_handle,CURLOPT_SSL_VERIFYPEER,0);

Loading…
Cancel
Save