2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Do not claim to be in 'connecting' state until certain an attempt will actually be made

This commit is contained in:
jbjohnso 2014-04-22 17:03:24 -04:00
parent 71a0e63800
commit a5bc50017e

View File

@ -56,7 +56,6 @@ class _ConsoleHandler(object):
if termstate & 2:
self.shiftin = '0'
self.users = {}
self.connectstate = 'connecting'
self._attribwatcher = None
self._console = None
self.connectionthread = None