diff options
Diffstat (limited to 'OpenSim/Server/Handlers/Simulation/AgentHandlers.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index f938e4b..46b511d 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -466,7 +466,10 @@ namespace OpenSim.Server.Handlers.Simulation | |||
466 | inputStream = new GZipStream(request, CompressionMode.Decompress); | 466 | inputStream = new GZipStream(request, CompressionMode.Decompress); |
467 | } | 467 | } |
468 | else | 468 | else |
469 | { | ||
470 | m_log.DebugFormat("[XXX]: Update called with {0}", httpRequest.ContentType); | ||
469 | inputStream = request; | 471 | inputStream = request; |
472 | } | ||
470 | 473 | ||
471 | Encoding encoding = Encoding.UTF8; | 474 | Encoding encoding = Encoding.UTF8; |
472 | StreamReader reader = new StreamReader(inputStream, encoding); | 475 | StreamReader reader = new StreamReader(inputStream, encoding); |