[GitHub] [mina-sshd] tomaswolf opened a new pull request, #259: Window: always consume right away on reception

2022-10-27 Thread GitBox
tomaswolf opened a new pull request, #259: URL: https://github.com/apache/mina-sshd/pull/259 When channel data is received, the window size must be decremented right away. If we do this only once we've processed the received data, it's possible that we buffer a lot data if the peer (by

[GitHub] [mina-sshd] tomaswolf commented on pull request #259: Window: always consume right away on reception

2022-10-27 Thread GitBox
tomaswolf commented on PR #259: URL: https://github.com/apache/mina-sshd/pull/259#issuecomment-1293505344 > it's possible that we buffer a lot data if the peer (by mistake or malicious intent) ignores our window and just keeps on sending data A simple case of this is in TCP/IP port

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

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

[GitHub] [mina-sshd] AlexanderAmador commented on pull request #257: [SSHD-1307] Make Nio2Session.shutdownOutputStream() asynchronous

2022-10-27 Thread GitBox
AlexanderAmador commented on PR #257: URL: https://github.com/apache/mina-sshd/pull/257#issuecomment-1293857850 I am interested in acquiring this fix in a release. I saw a comment that your next release may be 2.10.0. Do you have an ETA on that release ? -- This is an automated message

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

2022-10-27 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625229#comment-17625229 ] Thomas Wolf commented on SSHD-1307: --- Not really. I have one more fix to get in, but then I could ask our

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

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

[GitHub] [mina-sshd] tomaswolf commented on pull request #257: [SSHD-1307] Make Nio2Session.shutdownOutputStream() asynchronous

2022-10-27 Thread GitBox
tomaswolf commented on PR #257: URL: https://github.com/apache/mina-sshd/pull/257#issuecomment-1293914238 Answer is on [SSHD-1307](https://issues.apache.org/jira/browse/SSHD-1307?focusedCommentId=17625229=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17625229),

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

2022-10-27 Thread Alexander Amador (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625244#comment-17625244 ] Alexander Amador commented on SSHD-1307: Thank you, for your response. I have seen the release

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

2022-10-27 Thread Alexander Amador (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625220#comment-17625220 ] Alexander Amador commented on SSHD-1307: I am interested in getting a release with SSHD-1307 . I