lgoldstein commented on a change in pull request #214:
URL: https://github.com/apache/mina-sshd/pull/214#discussion_r839816593
##########
File path:
sshd-core/src/main/java/org/apache/sshd/common/channel/ChannelOutputStream.java
##########
@@ -195,9 +195,7 @@ public synchronized void write(byte[] buf, int s, int l)
throws IOException {
public synchronized void flush() throws IOException {
Channel channel = getChannel();
if (!isOpen()) {
Review comment:
I agree with [~tomaswolf]-s suggestion...
--
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]