fix ecore_file_downlaod to not limit downloads to 30sec.

SVN revision: 68447
This commit is contained in:
Carsten Haitzler 2012-02-26 01:52:27 +00:00
parent b01e8f4802
commit cf21239cf8
2 changed files with 4 additions and 1 deletions

View File

@ -524,3 +524,7 @@
* Add indicator controls to ecore_x
2012-02-26 Carsten Haitzler (The Rasterman)
* Fix ecore_file_download to not limit downloads to 30sec.

View File

@ -362,7 +362,6 @@ _ecore_file_download_curl(const char *url, const char *dst,
}
if (headers) eina_hash_foreach(headers, _ecore_file_download_headers_foreach_cb, job);
ecore_con_url_timeout_set(job->url_con, ECORE_FILE_DOWNLOAD_TIMEOUT);
ecore_con_url_fd_set(job->url_con, fileno(job->file));
ecore_con_url_data_set(job->url_con, data);