tomaswolf commented on a change in pull request #181:
URL: https://github.com/apache/mina-sshd/pull/181#discussion_r583906259
##########
File path:
sshd-core/src/main/java/org/apache/sshd/server/forward/TcpipServerChannel.java
##########
@@ -215,10 +215,12 @@ protected OpenFuture doInit(Buffer buffer) {
}
if (streaming == Streaming.Async) {
+ int channelId = getId();
out = new BufferedIoOutputStream(
Review comment:
Hmmm. IIRC we had a number of attempts to deal with this in SSHD-1070.
Guillaume added code that tried essentially to achieve the same at a lower
level in #166. How does this interact with this new mechanism?
Also, we should double-check that we don't re-introduce SSHD-1069. (Though I
think that was specific to the forwarding case with Streaming.Async, i.e.,
exactly this code here, which is off by default.)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]