commit | 2f5799b7b07196504186dad98d8528657981ac6a | [log] [tgz] |
---|---|---|
author | Bill Janssen <janssen@parc.com> | Sun Jun 29 00:08:12 2008 +0000 |
committer | Bill Janssen <janssen@parc.com> | Sun Jun 29 00:08:12 2008 +0000 |
tree | a925d8cb90e02139d66f360438203f7b79802c97 | |
parent | 980f3149a2485d9d96cf715af88c8aa51ba63d7f [diff] |
close asyncore.dispatcher on EOF
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 9341bf9..52c392c 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -529,6 +529,7 @@ self.send(str(data, 'ASCII', 'strict').lower().encode('ASCII', 'strict')) def handle_close(self): + self.close() if support.verbose: sys.stdout.write(" server: closed connection %s\n" % self.socket)