From 37afb4d9376558f37ea93c3b39ab66fc69370033 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 22 Jan 2009 18:55:12 +0000 Subject: ensure that we always close the socket, even if the other end doesn't git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736742 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/delegates.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/qpid/delegates.py') diff --git a/python/qpid/delegates.py b/python/qpid/delegates.py index 61c8e8c326..7cfd9b11db 100644 --- a/python/qpid/delegates.py +++ b/python/qpid/delegates.py @@ -59,6 +59,7 @@ class Delegate: def connection_close_ok(self, ch, close_ok): self.connection.opened = False + self.connection.closed = True notify(self.connection.condition) def connection_heartbeat(self, ch, hrt): -- cgit v1.2.1