mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
One more debug message. Don't use this unless your name is nebadon.
This commit is contained in:
@@ -466,7 +466,10 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
inputStream = new GZipStream(request, CompressionMode.Decompress);
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.DebugFormat("[XXX]: Update called with {0}", httpRequest.ContentType);
|
||||
inputStream = request;
|
||||
}
|
||||
|
||||
Encoding encoding = Encoding.UTF8;
|
||||
StreamReader reader = new StreamReader(inputStream, encoding);
|
||||
|
||||
Reference in New Issue
Block a user