aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-09-26 15:11:59 +0100
committerUbitUmarov2012-09-26 15:11:59 +0100
commitabb4b9fcae6f8091774325615a37e4e44351b9a6 (patch)
treec301828ad941faf0ac75872697e0cd8ee87f2434 /OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
parentkeep watchdog happy using it to kill his threads (diff)
downloadopensim-SC_OLD-abb4b9fcae6f8091774325615a37e4e44351b9a6.zip
opensim-SC_OLD-abb4b9fcae6f8091774325615a37e4e44351b9a6.tar.gz
opensim-SC_OLD-abb4b9fcae6f8091774325615a37e4e44351b9a6.tar.bz2
opensim-SC_OLD-abb4b9fcae6f8091774325615a37e4e44351b9a6.tar.xz
UriModule GetEvents also doesn't need a request body
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
index 13762f7..d4a4832 100644
--- a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
@@ -186,6 +186,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
186 186
187 PollServiceEventArgs args = new PollServiceEventArgs(HttpRequestHandler, HasEvents, GetEvents, NoEvents, urlcode, 25000); 187 PollServiceEventArgs args = new PollServiceEventArgs(HttpRequestHandler, HasEvents, GetEvents, NoEvents, urlcode, 25000);
188 args.Type = PollServiceEventArgs.EventType.LslHttp; 188 args.Type = PollServiceEventArgs.EventType.LslHttp;
189 args.GetEventsNeedsRequest = false;
189 m_HttpServer.AddPollServiceHTTPHandler(uri, args); 190 m_HttpServer.AddPollServiceHTTPHandler(uri, args);
190 191
191// m_log.DebugFormat( 192// m_log.DebugFormat(