Commit 3b1dd82f authored by ibuler's avatar ibuler

[Update] put replay

parent 859cc410
...@@ -128,6 +128,7 @@ class Server: ...@@ -128,6 +128,7 @@ class Server:
def recv(self, size): def recv(self, size):
data = self.chan.recv(size) data = self.chan.recv(size)
self.session.put_replay(data)
if self._input_initial: if self._input_initial:
if self._in_input_state: if self._in_input_state:
self.input_data.append(data) 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