UriModule GetEvents also doesn't need a request body

This commit is contained in:
UbitUmarov
2012-09-26 15:11:59 +01:00
parent 67fa657746
commit abb4b9fcae

View File

@@ -186,6 +186,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
PollServiceEventArgs args = new PollServiceEventArgs(HttpRequestHandler, HasEvents, GetEvents, NoEvents, urlcode, 25000);
args.Type = PollServiceEventArgs.EventType.LslHttp;
args.GetEventsNeedsRequest = false;
m_HttpServer.AddPollServiceHTTPHandler(uri, args);
// m_log.DebugFormat(