mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Applied patch from Mantis #3736 , which should stop the userserver crashing when a SL viewer version 1.23 logs in. Thanks StrawberryFride
This commit is contained in:
@@ -587,7 +587,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
string requestBody = reader.ReadToEnd();
|
||||
reader.Close();
|
||||
requestStream.Close();
|
||||
|
||||
//m_log.Debug(requestBody);
|
||||
requestBody = requestBody.Replace("<base64></base64>", "");
|
||||
string responseString = String.Empty;
|
||||
XmlRpcRequest xmlRprcRequest = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user