4714 --resolve add decode

This commit is contained in:
Raymond Chandler 2013-02-15 14:47:49 -05:00
parent cd7d1efc2a
commit 660fd495fc
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ SWITCH_STANDARD_API(curl_function)
method = "post";
if (++i < argc) {
postdata = switch_core_strdup(pool, argv[i]);
switch_url_decode(postdata);
} else {
postdata = "";
}