diff --git a/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java b/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java index 69631073ab0748a04c51a0a040b00c59cde6e790..122d2a3e2e4bd9db55f410a0419f5e68a182cba5 100644 --- a/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java +++ b/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java @@ -378,6 +378,9 @@ class I2PSocketImpl implements I2PSocket { // but perhaps there's something funky in the stream's operation, // or some other dependency within the rest of the ministreaming // lib, so for the moment, return false. --jr + // -- + // hehe, look at the else. This case is only used iff len == -1 + // and bcsize == 0 (i.e. there is an EOF) --mihi return false; } if ((bcsize < MAX_PACKET_SIZE) && (in.available() == 0)) {