diff options
author | UbitUmarov | 2012-09-26 15:41:57 +0100 |
---|---|---|
committer | UbitUmarov | 2012-09-26 15:41:57 +0100 |
commit | 7e3eba1064197024690c5b3cae4c2cf87319e48c (patch) | |
tree | 35217d5302061d21540073e9a0b4bd4ef441a0e8 /OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | |
parent | UriModule GetEvents also doesn't need a request body (diff) | |
download | opensim-SC_OLD-7e3eba1064197024690c5b3cae4c2cf87319e48c.zip opensim-SC_OLD-7e3eba1064197024690c5b3cae4c2cf87319e48c.tar.gz opensim-SC_OLD-7e3eba1064197024690c5b3cae4c2cf87319e48c.tar.bz2 opensim-SC_OLD-7e3eba1064197024690c5b3cae4c2cf87319e48c.tar.xz |
Seems nothing actually need the request body for getevents. so change
control flag to false
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs index 56070c6..0f305b1 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | |||
@@ -223,7 +223,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
223 | PollServiceInventoryEventArgs args = new PollServiceInventoryEventArgs(agentID); | 223 | PollServiceInventoryEventArgs args = new PollServiceInventoryEventArgs(agentID); |
224 | 224 | ||
225 | args.Type = PollServiceEventArgs.EventType.Inventory; | 225 | args.Type = PollServiceEventArgs.EventType.Inventory; |
226 | args.GetEventsNeedsRequest = false; | ||
227 | MainServer.Instance.AddPollServiceHTTPHandler(capUrl, args); | 226 | MainServer.Instance.AddPollServiceHTTPHandler(capUrl, args); |
228 | 227 | ||
229 | string hostName = m_scene.RegionInfo.ExternalHostName; | 228 | string hostName = m_scene.RegionInfo.ExternalHostName; |