propagate from branch 'i2p.i2p.zzz.test2' (head 5c1b78bd78845b0c8b90fbb60412c68e7dc4f3e6)

to branch 'i2p.i2p' (head 8bdc25c8e6f40491f20b533d94eacab012adba35)
This commit is contained in:
zzz
2013-10-13 11:48:12 +00:00
135 changed files with 19078 additions and 16810 deletions

View File

@@ -204,7 +204,7 @@ public class I2PSocketManagerFull implements I2PSocketManager {
private void verifySession() throws I2PException {
if (_isDestroyed.get())
throw new I2PException("destroyed");
throw new I2PException("Session was closed");
if (!_connectionManager.getSession().isClosed())
return;
_connectionManager.getSession().connect();