mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-11-04 13:22:42 +00:00 
			
		
		
		
	Fix proxyconsole break and reopen
This commit is contained in:
		@@ -710,10 +710,10 @@ class ProxyConsole(object):
 | 
			
		||||
        self.clisession = None
 | 
			
		||||
 | 
			
		||||
    def send_break(self):
 | 
			
		||||
        tlvdata.send(self.remote, {'operation:': 'break'})
 | 
			
		||||
        tlvdata.send(self.remote, {'operation': 'break'})
 | 
			
		||||
 | 
			
		||||
    def reopen(self):
 | 
			
		||||
        tlvdata.send(self.remote, {'operation:': 'reopen'})
 | 
			
		||||
        tlvdata.send(self.remote, {'operation': 'reopen'})
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# this represents some api view of a console handler.  This handles things like
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user