- Created a standard function to send XML-RPC requests, which logs them like we do for other types of HTTP activity.

- Changed OpenProfileClient to use the new XML-RPC sending function
- Improved logging in WebUtil
This commit is contained in:
Oren Hurvitz
2014-04-24 14:21:05 +03:00
parent e8a2eff2e8
commit bc06db3df4
4 changed files with 146 additions and 139 deletions

View File

@@ -705,7 +705,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
}
WebUtil.LogResponseDetail(output);
WebUtil.LogResponseDetail(null, output);
}
if (!response.SendChunked && response.ContentLength64 <= 0)