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 69631073a..122d2a3e2 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)) {