mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Removed opportunity for exception in BaseHttpServer. (mantis #4825)
This commit is contained in:
@@ -283,6 +283,10 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
if (m_SimulationService == null)
|
||||
{
|
||||
m_log.Debug("[AGENT HANDLER]: Agent GET called. Harmless but useless.");
|
||||
responsedata["content_type"] = "application/json";
|
||||
responsedata["int_response_code"] = HttpStatusCode.NotImplemented;
|
||||
responsedata["str_response_string"] = string.Empty;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user