mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
reduce LogFailedXML dump to console to just 250 chars.
This commit is contained in:
@@ -1593,6 +1593,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
if (!TryGetLLSDHandler(request.RawUrl, out LLSDMethod llsdhandler))
|
||||
{
|
||||
response.StatusCode = (int)HttpStatusCode.NotFound;
|
||||
response.KeepAlive = false;
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user