mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Improved HTTP logging
This commit is contained in:
@@ -705,7 +705,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
}
|
||||
|
||||
WebUtil.LogResponseDetail(null, output);
|
||||
WebUtil.LogResponseDetail(RequestNumber, output);
|
||||
}
|
||||
|
||||
if (!response.SendChunked && response.ContentLength64 <= 0)
|
||||
|
||||
Reference in New Issue
Block a user