diff options
| author | Ernest Allen <eallen@apache.org> | 2015-03-13 13:41:10 +0000 |
|---|---|---|
| committer | Ernest Allen <eallen@apache.org> | 2015-03-13 13:41:10 +0000 |
| commit | 26492e5cfc75930b344693d0d4a5ff3bee0b59a7 (patch) | |
| tree | 7d80ca399aa84b7688eb895cd8650d8496c1b981 /python | |
| parent | 9101ce4a8121a0c4d33e98e821b33afbda28fc00 (diff) | |
| download | qpid-python-26492e5cfc75930b344693d0d4a5ff3bee0b59a7.tar.gz | |
QPID-6445: Revert the error checking code to *not* close, as this was causing the recursion problem
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1666447 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/messaging/endpoints.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/qpid/messaging/endpoints.py b/python/qpid/messaging/endpoints.py index 6d58b4ac25..2797677b1d 100644 --- a/python/qpid/messaging/endpoints.py +++ b/python/qpid/messaging/endpoints.py @@ -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): |
