so... why.. do.. we .. not init.. all? :) how do we expect https and

friends to work... if we dont want them initted :)



SVN revision: 55079
This commit is contained in:
Carsten Haitzler 2010-11-30 09:39:23 +00:00
parent cb402e2a5a
commit 5c3b45bf65
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ ecore_con_url_init(void)
long ms;
FD_ZERO(&_current_fd_set);
if (curl_global_init(CURL_GLOBAL_NOTHING))
if (curl_global_init(CURL_GLOBAL_ALL))
{
while (_url_con_list)
ecore_con_url_free(eina_list_data_get(_url_con_list));