extras-buildsys/common SSLConnection.py,1.3.4.5.4.2,1.3.4.5.4.3

Michael Schwendt mschwendt at fedoraproject.org
Fri Jun 12 11:05:11 UTC 2009


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12417/common

Modified Files:
      Tag: Plague-0_4_5
	SSLConnection.py 
Log Message:
	* common/SSLConnection.py
	  - Remove superfluous connection shutdown() call in close()
	    because it results in an SSL.Error "uninitialized" exception
	    with pyOpenSSL 0.7 and Python 2.6



Index: SSLConnection.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/common/SSLConnection.py,v
retrieving revision 1.3.4.5.4.2
retrieving revision 1.3.4.5.4.3
diff -u -r1.3.4.5.4.2 -r1.3.4.5.4.3
--- SSLConnection.py	17 Nov 2008 21:12:09 -0000	1.3.4.5.4.2
+++ SSLConnection.py	12 Jun 2009 11:05:10 -0000	1.3.4.5.4.3
@@ -81,7 +81,6 @@
             return
         self.__dict__["close_refcount"] = self.__dict__["close_refcount"] - 1
         if self.__dict__["close_refcount"] == 0:
-            self.shutdown()
             self.__dict__["conn"].close()
             self.__dict__["closed"] = True
 




More information about the fedora-extras-commits mailing list