mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-21 13:16:36 +00:00
Added dummy check_channel_window_change_request for testing
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ class WsockHandler(MixinHandler, tornado.websocket.WebSocketHandler):
|
||||
return
|
||||
|
||||
resize = msg.get('resize')
|
||||
if resize:
|
||||
if resize and len(resize) == 2:
|
||||
try:
|
||||
worker.chan.resize_pty(*resize)
|
||||
except (TypeError, struct.error, paramiko.SSHException):
|
||||
|
||||
Reference in New Issue
Block a user