From: Anthony Minessale Date: Fri, 18 Dec 2009 17:18:22 +0000 (+0000) Subject: XML-13 X-Git-Tag: v1.0.6~967 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047d75787a33c039a0b74c286bcd72fb213427c9;p=thirdparty%2Ffreeswitch.git XML-13 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15997 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c index 276d47855e..648cd41720 100644 --- a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c +++ b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c @@ -237,6 +237,7 @@ static switch_xml_t xml_url_fetch(const char *section, const char *tag_name, con if (binding->timeout) { curl_easy_setopt(curl_handle, CURLOPT_TIMEOUT, binding->timeout); + curl_easy_setopt(curl_handle, CURLOPT_NOSIGNAL, 1); } if (binding->disable100continue) {