mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
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…
x
Reference in New Issue
Block a user