forked from I2P_Developers/i2p.i2p
reverted changes to mstreaming and streaming
This commit is contained in:
@@ -350,6 +350,7 @@ class I2PSocketImpl implements I2PSocket {
|
||||
read = bc.startToByteArray(len);
|
||||
bc.notifyAll();
|
||||
}
|
||||
boolean timedOut = false;
|
||||
|
||||
while ( (read.length == 0) && (!inStreamClosed) ) {
|
||||
synchronized (flagLock) {
|
||||
|
||||
Reference in New Issue
Block a user