You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/10/22 21:36:59 UTC

[mina-sshd] branch master updated (77b97c87f -> 4ea502336)

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 77b97c87f [SSHD-1303] AbstractClientChannel: use null stream for redirected stderr
     add 4ea502336 [SSHD-1302] AbstractClientChannel: don't close inverted output streams

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   2 +
 .../sshd/client/channel/AbstractClientChannel.java |   9 +-
 .../apache/sshd/client/channel/ClientChannel.java  | 124 +++++++++++++++++++--
 .../common/channel/ChannelPipedInputStream.java    |  25 +++--
 .../sshd/client/session/ClientSessionTest.java     |  77 +++++++++++++
 .../channel/ChannelPipedInputStreamTest.java       |   1 +
 6 files changed, 208 insertions(+), 30 deletions(-)