Skip to content

Commit

Permalink
Revert "no biggie if we don't send EOF on ChannelOutputStream.close()"
Browse files Browse the repository at this point in the history
This reverts commit d955865.
  • Loading branch information
hierynomus committed Jan 12, 2015
1 parent b3ea908 commit 703a0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public synchronized void close()
if (!closed) {
try {
buffer.flush(false);
// trans.write(new SSHPacket(Message.CHANNEL_EOF).putUInt32(chan.getRecipient()));
trans.write(new SSHPacket(Message.CHANNEL_EOF).putUInt32(chan.getRecipient()));
} finally {
closed = true;
}
Expand Down

0 comments on commit 703a0df

Please sign in to comment.