mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
- 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:
@@ -705,7 +705,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
}
|
||||
|
||||
WebUtil.LogResponseDetail(output);
|
||||
WebUtil.LogResponseDetail(null, output);
|
||||
}
|
||||
|
||||
if (!response.SendChunked && response.ContentLength64 <= 0)
|
||||
|
||||
Reference in New Issue
Block a user