Author: eallen Date: Fri Mar 13 13:41:10 2015 New Revision: 1666447 URL: http://svn.apache.org/r1666447 Log: QPID-6445: Revert the error checking code to *not* close, as this was causing the recursion problem
Modified: qpid/trunk/qpid/python/qpid/messaging/endpoints.py Modified: qpid/trunk/qpid/python/qpid/messaging/endpoints.py URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/messaging/endpoints.py?rev=1666447&r1=1666446&r2=1666447&view=diff ============================================================================== --- qpid/trunk/qpid/python/qpid/messaging/endpoints.py (original) +++ qpid/trunk/qpid/python/qpid/messaging/endpoints.py Fri Mar 13 13:41:10 2015 @@ -220,10 +220,6 @@ class Connection(Endpoint): raised this time but won't block future calls """ self.error = None - raise e - - if not self._unlinked(): - self.close() raise e def get_error(self): --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org