This is an automated email from the ASF dual-hosted git repository. twolf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 1f5c0bd3b [SSHD-1307] Make Nio2Session.shutdownOutputStream() asynchronous add e3f5346b9 Window: Remove wrong check for window size <= Integer.MAX_VALUE add 7ad3eadef TcpipClientChannel: update local window only after data was written No new revisions were added by this update. Summary of changes: .../org/apache/sshd/common/channel/Window.java | 22 ++-- .../sshd/common/forward/ChannelToPortHandler.java | 117 +++++++++++++++++++++ .../sshd/common/forward/TcpipClientChannel.java | 31 +++--- .../sshd/server/forward/TcpipServerChannel.java | 69 ++---------- 4 files changed, 150 insertions(+), 89 deletions(-) create mode 100644 sshd-core/src/main/java/org/apache/sshd/common/forward/ChannelToPortHandler.java