GitHub user lgoldstein opened a pull request:
https://github.com/apache/mina-sshd/pull/57
[SSHD-721] Close only SSH channel and not the session if error encountered
during tunnel data read/write
See attached
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lgoldstein/mina-sshd SSHD-721
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mina-sshd/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
commit c6fac3a56fcc813e182767aafe393247d06b6b76
Author: Goldstein Lyor <lyor@...>
Date: 2018-05-06T06:53:56Z
[SSHD-721] Close only SSH channel and not the session if error encountered
during read/write of data through a forwarding tunnel
----
---