Blob Blame History Raw
commit 1ea7a2e39aac91080d36bfc4898af3737270a122
Author: Joris Guisson <joris.guisson@gmail.com>
Date:   Sun Mar 11 17:44:37 2012 +0100

    Backport to 1.2: Fix deadlock in webseed code
    
    CCBUG: 295719

diff --git a/src/download/httpconnection.cpp b/src/download/httpconnection.cpp
index f154ad1..34067c4 100644
--- a/src/download/httpconnection.cpp
+++ b/src/download/httpconnection.cpp
@@ -308,7 +308,6 @@ namespace bt
 	
 	float HttpConnection::getDownloadRate() const
 	{
-		QMutexLocker locker(&mutex);
 		if (sock)
 		{
 			sock->updateSpeeds(bt::CurrentTime());