Call curl_global_init() in _init of plugins using curl
authorJeremy Katz <jeremy@katzbox.net>
Mon, 27 Jan 2014 01:43:19 +0000 (20:43 -0500)
committerMarc Fournier <marc.fournier@camptocamp.com>
Sat, 29 Mar 2014 12:27:04 +0000 (13:27 +0100)
commit66b400ab01b8133e450bb002e175117a1ab6f9ae
tree526337b91b1a75c1f4ccadcd3003d57b2029cf67
parent793c2046de1ac04689d541a5e83513fe8e62578c
Call curl_global_init() in _init of plugins using curl

Need to call curl_global_init() or curl_easy_init() during init
for plugins when we're still running single threaded.  This
updates the remaining ones
src/curl.c
src/curl_json.c
src/curl_xml.c
src/write_http.c