Applied patch from Mantis #3736 , which should stop the userserver crashing when a SL viewer version 1.23 logs in. Thanks StrawberryFride

0.6.6-post-fixes
MW 2009-06-18 20:01:37 +00:00
parent f243dddc04
commit 417e3ee1d7
1 changed files with 2 additions and 1 deletions

View File

@ -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;