4714 --resolve add decode
This commit is contained in:
parent
cd7d1efc2a
commit
660fd495fc
|
@ -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 = "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue