提交 f27fe7ed authored 作者: William King's avatar William King

BNPH-6470 follow up to commit 68d863a1 removing…

BNPH-6470 follow up to commit 68d863a1 removing the original line that performed the curl request to avoid a double request in mod_xml_curl
上级 68d863a1
......@@ -294,7 +294,6 @@ static switch_xml_t xml_url_fetch(const char *section, const char *tag_name, con
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "CURL returned error:[%d] %s\n", cc, switch_curl_easy_strerror(cc));
}
switch_curl_easy_perform(curl_handle);
switch_curl_easy_getinfo(curl_handle, CURLINFO_RESPONSE_CODE, &httpRes);
switch_curl_easy_cleanup(curl_handle);
switch_curl_slist_free_all(headers);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论