mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* minor: Print out uptime as well as stats in periodic diagnostics logging, so it's easier to tell which isntances each print out of information is from
This commit is contained in:
@@ -558,7 +558,9 @@ namespace OpenSim.Framework.Servers
|
||||
Encoding encoding = Encoding.UTF8;
|
||||
StreamReader reader = new StreamReader(requestStream, encoding);
|
||||
|
||||
string requestBody = reader.ReadToEnd();
|
||||
//string requestBody = reader.ReadToEnd();
|
||||
// avoid warning for now
|
||||
reader.ReadToEnd();
|
||||
reader.Close();
|
||||
requestStream.Close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user