Commit 39953fd1 authored by i317280's avatar i317280

Merge branch 'dev' of github.com:jumpserver/coco into dev

parents e5c19427 df379f34
......@@ -128,6 +128,7 @@ class Server:
def recv(self, size):
data = self.chan.recv(size)
self.session.put_replay(data)
if self._input_initial:
if self._in_input_state:
self.input_data.append(data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment