tomaswolf commented on code in PR #255:
URL: https://github.com/apache/mina-sshd/pull/255#discussion_r1001428599


##########
sshd-core/src/main/java/org/apache/sshd/client/channel/AbstractClientChannel.java:
##########
@@ -474,4 +494,48 @@ public Integer getExitStatus() {
     public String getExitSignal() {
         return exitSignalHolder.get();
     }
+
+    private enum NullIoInputStream implements IoInputStream {

Review Comment:
   Then let's delay doing so to that future until a _second_ concrete use case 
for this comes up. [YAGNI](https://martinfowler.com/bliki/Yagni.html). Which 
basically means "implement features when they're actually needed, not when you 
think they _might_ be needed."



-- 
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