reenable keepalive local override, + cosmetics

This commit is contained in:
UbitUmarov
2020-11-29 12:29:18 +00:00
parent 5552716724
commit 4ad892e090
5 changed files with 20 additions and 9 deletions

View File

@@ -138,7 +138,7 @@ namespace OpenSim.Region.ClientStack.Linden
lock(m_loadLock)
{
if (m_assetService == null && m_NumberScenes == 0)
if (m_assetService == null)
{
m_assetService = s.RequestModuleInterface<IAssetService>();
// We'll reuse the same handler for all requests.
@@ -300,6 +300,7 @@ namespace OpenSim.Region.ClientStack.Linden
reqinfo.request = request;
m_queue.Add(reqinfo);
return null;
};
// this should never happen except possible on shutdown

View File

@@ -304,6 +304,7 @@ namespace OpenSim.Region.ClientStack.Linden
reqinfo.reqID = requestID;
reqinfo.request = request;
m_queue.Add(reqinfo);
return null;
};
NoEvents = (x, y) =>