diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index bbc7857..ef61200 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -587,7 +587,8 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
587 | string requestBody = reader.ReadToEnd(); | 587 | string requestBody = reader.ReadToEnd(); |
588 | reader.Close(); | 588 | reader.Close(); |
589 | requestStream.Close(); | 589 | requestStream.Close(); |
590 | 590 | //m_log.Debug(requestBody); | |
591 | requestBody = requestBody.Replace("<base64></base64>", ""); | ||
591 | string responseString = String.Empty; | 592 | string responseString = String.Empty; |
592 | XmlRpcRequest xmlRprcRequest = null; | 593 | XmlRpcRequest xmlRprcRequest = null; |
593 | 594 | ||