tomaswolf opened a new pull request, #227:
URL: https://github.com/apache/mina-sshd/pull/227

   Propagate an EOF on a tunnel for port forwarding to the socket by
   shutting down its output; otherwise the client connected to that
   socket may hang.
   
   Fix the MINA transport back-end to not close the IoSession on
   half-closure; it may still be needed to transport data the other way.
   
   Enable half-closure in the Netty transport back-end.
   
   Fix the Nio2 transport back-end to not re-try accepting connections
   when the channel is already closing.
   
   Half-closed sockets seem to be badly supported by any of the transport
   back-ends and may lead to (harmless) AsynchronousCloseExceptions or
   ClosedByInterruptExceptions being logged when the connection is finally
   closed completely.
   
   See also SSHD-964 and SSHD-902.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to