4714 --resolve add decode
This commit is contained in:
parent
cd7d1efc2a
commit
660fd495fc
|
@ -372,6 +372,7 @@ SWITCH_STANDARD_API(curl_function)
|
||||||
method = "post";
|
method = "post";
|
||||||
if (++i < argc) {
|
if (++i < argc) {
|
||||||
postdata = switch_core_strdup(pool, argv[i]);
|
postdata = switch_core_strdup(pool, argv[i]);
|
||||||
|
switch_url_decode(postdata);
|
||||||
} else {
|
} else {
|
||||||
postdata = "";
|
postdata = "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue