[jira] [Commented] (SSHD-1055) Remote port forwarding mode does not handle EOF properly

2022-10-22 Thread Alexander Amador (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622669#comment-17622669 ] Alexander Amador commented on SSHD-1055: Yes, I agree, that is where the problems appear to start.

[jira] [Created] (SSHD-1307) Nio2Session.shutdownOutput() should wait for writes in progress

2022-10-22 Thread Thomas Wolf (Jira)
Thomas Wolf created SSHD-1307: - Summary: Nio2Session.shutdownOutput() should wait for writes in progress Key: SSHD-1307 URL: https://issues.apache.org/jira/browse/SSHD-1307 Project: MINA SSHD

[jira] [Work logged] (SSHD-1307) Nio2Session.shutdownOutput() should wait for writes in progress

2022-10-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1307?focusedWorklogId=819382=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-819382 ] ASF GitHub Bot logged work on SSHD-1307: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #257: [SSHD-1307] Make Nio2Session.shutdownOutputStream() asynchronous

2022-10-22 Thread GitBox
tomaswolf opened a new pull request, #257: URL: https://github.com/apache/mina-sshd/pull/257 Nio2Session.shutdownOutputStream() can be invoked while there are still writes in progress. The output is shut down in TCP/IP port forwarding to propagate an SSH_MSG_CHANNEL_EOF from the channel to

[jira] [Commented] (SSHD-1307) Nio2Session.shutdownOutput() should wait for writes in progress

2022-10-22 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622698#comment-17622698 ] Thomas Wolf commented on SSHD-1307: --- [PR 257|https://github.com/apache/mina-sshd/pull/257] should fix

[jira] [Commented] (SSHD-1055) Remote port forwarding mode does not handle EOF properly

2022-10-22 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622672#comment-17622672 ] Thomas Wolf commented on SSHD-1055: --- Yes. It's also available on GitHub:

[jira] [Commented] (SSHD-1307) Nio2Session.shutdownOutput() should wait for writes in progress

2022-10-22 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622690#comment-17622690 ] Thomas Wolf commented on SSHD-1307: --- Apache MINA sshd is still trying to send data received via the

[jira] [Commented] (SSHD-1055) Remote port forwarding mode does not handle EOF properly

2022-10-22 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622689#comment-17622689 ] Thomas Wolf commented on SSHD-1055: --- Though perhaps I was mistaken with my quick analysis. Thread #8

[jira] [Updated] (SSHD-1307) Nio2Session.shutdownOutput() should wait for writes in progress

2022-10-22 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf updated SSHD-1307: -- Description: Split out from

[jira] [Work logged] (SSHD-1302) Reading again from exhausted ChannelExec#getInvertedOut() throws IOException instead of returning -1

2022-10-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1302?focusedWorklogId=819380=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-819380 ] ASF GitHub Bot logged work on SSHD-1302: Author: ASF GitHub Bot

[GitHub] [mina-sshd] tomaswolf merged pull request #256: [SSHD-1302] AbstractClientChannel: don't close inverted output streams

2022-10-22 Thread GitBox
tomaswolf merged PR #256: URL: https://github.com/apache/mina-sshd/pull/256 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (SSHD-1302) Reading again from exhausted ChannelExec#getInvertedOut() throws IOException instead of returning -1

2022-10-22 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf resolved SSHD-1302. --- Fix Version/s: 2.9.2 Resolution: Fixed Merged the PR. > Reading again from exhausted

[jira] [Commented] (SSHD-1055) Remote port forwarding mode does not handle EOF properly

2022-10-22 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17622629#comment-17622629 ] Thomas Wolf commented on SSHD-1055: --- [~alexander.ama...@oracle.com] : I suspect the real problem is not