diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs index 1a330b1..a10db0c 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | |||
@@ -260,10 +260,6 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
260 | // Note that inventory retrieval is an asynchronous event, we use the rdata | 260 | // Note that inventory retrieval is an asynchronous event, we use the rdata |
261 | // class instance as the basis for our synchronization. | 261 | // class instance as the basis for our synchronization. |
262 | // | 262 | // |
263 | // TODO | ||
264 | // If something went wrong in inventory processing the thread could stall here | ||
265 | // indefinitely. There should be a watchdog timer to fail the request if the | ||
266 | // response is not received in a timely fashion. | ||
267 | 263 | ||
268 | rdata.uuid = rdata.userProfile.ID; | 264 | rdata.uuid = rdata.userProfile.ID; |
269 | 265 | ||