mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
Core/Rpc: XmlRpc now has text/xml ContentType (instead of application/xml)
git-svn-id: svn://ultimatepp.org/upp/trunk@9486 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ae903e593b
commit
ea68687663
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ RpcGet RpcRequest::Execute()
|
|||
request = ~json;
|
||||
}
|
||||
else {
|
||||
ContentType("application/xml");
|
||||
ContentType("text/xml");
|
||||
request = XmlHeader();
|
||||
request << XmlTag("methodCall")(XmlTag("methodName")(method) + FormatXmlRpcParams(data.out));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue