Allowing the entire Stream payload to be relayed to the remote, not just the first part of the payload.
This commit is contained in:
@@ -636,8 +636,6 @@ func (d *sshClient) local(
|
||||
|
||||
d.l.Debug("Failed to write data to remote: %s", wErr)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
@@ -186,8 +186,6 @@ func (d *telnetClient) client(
|
||||
|
||||
d.l.Debug("Failed to write data to remote: %s", wErr)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user