Revision: 1386
http://svn.sourceforge.net/pywebsvcs/?rev=1386&view=rev
Author: feanor420
Date: 2007-06-02 16:26:01 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
Added Tom Uram's patch to give up the ref to the HTTPSConnection object
to avoid a deadlock condition.
Modified Paths:
--------------
branches/m2crypto-branch/zsi/ZSI/client.py
Modified: branches/m2crypto-branch/zsi/ZSI/client.py
===================================================================
--- branches/m2crypto-branch/zsi/ZSI/client.py 2007-05-27 00:54:22 UTC (rev 1385)
+++ branches/m2crypto-branch/zsi/ZSI/client.py 2007-06-02 23:26:01 UTC (rev 1386)
@@ -379,6 +379,7 @@
# Horrible internals hack to patch things up.
self.h._HTTPConnection__state = httplib._CS_REQ_SENT
self.h._HTTPConnection__response = None
+ self.h = None
return self.data
def IsSOAP(self):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|