tweaks after review
This commit is contained in:
@ -386,7 +386,7 @@ public class EventPumper implements Runnable {
|
||||
// don't throw an NPE if the connect is gone again
|
||||
if(chan == null)
|
||||
return;
|
||||
chan.configureBlocking(false);;
|
||||
chan.configureBlocking(false);
|
||||
|
||||
if (!_transport.allowConnection()) {
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
|
@ -17,6 +17,7 @@ import net.i2p.util.Log;
|
||||
class Reader {
|
||||
private RouterContext _context;
|
||||
private Log _log;
|
||||
// TODO change to LBQ ??
|
||||
private final List<NTCPConnection> _pendingConnections;
|
||||
private List<NTCPConnection> _liveReads;
|
||||
private List<NTCPConnection> _readAfterLive;
|
||||
|
Reference in New Issue
Block a user