git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15997 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-12-18 17:18:22 +00:00
parent fa84056418
commit 047d75787a
1 changed files with 1 additions and 0 deletions

View File

@ -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) {