UriModule GetEvents also doesn't need a request body

avinationmerge
UbitUmarov 2012-09-26 15:11:59 +01:00
parent 67fa657746
commit abb4b9fcae
1 changed files with 1 additions and 0 deletions

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(