Applied patch from Mantis #3736 , which should stop the userserver crashing when a SL viewer version 1.23 logs in. Thanks StrawberryFride
parent
f243dddc04
commit
417e3ee1d7
|
@ -587,7 +587,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||||
string requestBody = reader.ReadToEnd();
|
string requestBody = reader.ReadToEnd();
|
||||||
reader.Close();
|
reader.Close();
|
||||||
requestStream.Close();
|
requestStream.Close();
|
||||||
|
//m_log.Debug(requestBody);
|
||||||
|
requestBody = requestBody.Replace("<base64></base64>", "");
|
||||||
string responseString = String.Empty;
|
string responseString = String.Empty;
|
||||||
XmlRpcRequest xmlRprcRequest = null;
|
XmlRpcRequest xmlRprcRequest = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue