From 7bbb9a08cb3c989f64174451f4af6329f13009a7 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 11 Feb 2008 20:54:46 +0000 Subject: Re-enabled Inventory creation of body parts --- OpenSim/Framework/Communications/Cache/AssetTransactions.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/Cache/AssetTransactions.cs') diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs index da10f85..996e5ba 100644 --- a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs +++ b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs @@ -105,7 +105,9 @@ namespace OpenSim.Framework.Communications.Cache } } - // Remove the uploader once the uploader is complete + // Remove the uploader once the uploader is complete + //[don't think we can be sure a upload has finished from here, uploads are multi part things] + // [or maybe we can if we do more checking like data lenght checks] if (uploaderFound != null) { // m_log.Info( @@ -113,7 +115,7 @@ namespace OpenSim.Framework.Communications.Cache // "[ASSET TRANSACTIONS] Removing asset xfer uploader with transfer id {0}, transaction {1}", // xferID, uploaderFound.TransactionID)); - XferUploaders.Remove(uploaderFound.TransactionID); + // XferUploaders.Remove(uploaderFound.TransactionID); //m_log.InfoFormat("[ASSET TRANSACTIONS] Current uploaders: {0}", XferUploaders.Count); } -- cgit v1.1