more work on async http
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 14 May 2011 10:23:48 +0000 (10:23 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 14 May 2011 10:23:48 +0000 (10:23 +0000)
citadel/modules/curl/serv_curl.c
citadel/modules/extnotify/funambol65.c

index a8db1f2c2b7fc8f3a4fc424aa58d57de74dcfd25..94e11e495162bcac6a7102e443dd46610b39623a 100644 (file)
@@ -400,7 +400,7 @@ CTDL_MODULE_INIT(curl_client)
 {
        if (!threading)
        {
-               curl_init_connectionpool();
+//             curl_init_connectionpool();
 /*
                int r = ares_library_init(ARES_LIB_INIT_ALL);
                if (0 != r) {
index 0e88c91ff4881c8013f4a16acee8f1ae9f4145d9..2e2276df1b678ac4d9426013fe706037c06733b2 100644 (file)
@@ -66,7 +66,7 @@ int notify_http_server(char *remoteurl,
        StrBuf *ReplyBuf;
        CURL *chnd;
 
-
+       return 0;
        if (tlen > 0) {
                /* Load the template message. Get mallocs done too */
                FILE *Ftemplate = NULL;