curl_easy_setopt(handle, CURLOPT_LOW_SPEED_LIMIT, 1); // Less than 1 bps
curl_easy_setopt(handle, CURLOPT_LOW_SPEED_TIME, 60); // During 60 secs
curl_easy_setopt(handle, CURLOPT_URL, _settingsParser.settings().dataURL().c_str()); // Our URL
curl_easy_setopt(handle, CURLOPT_LOW_SPEED_LIMIT, 1); // Less than 1 bps
curl_easy_setopt(handle, CURLOPT_LOW_SPEED_TIME, 60); // During 60 secs
curl_easy_setopt(handle, CURLOPT_URL, _settingsParser.settings().dataURL().c_str()); // Our URL