forked from I2P_Developers/i2p.i2p
minor cleanup
This commit is contained in:
@@ -58,9 +58,7 @@ class Writer {
|
|||||||
boolean pending = false;
|
boolean pending = false;
|
||||||
synchronized (_pendingConnections) {
|
synchronized (_pendingConnections) {
|
||||||
if (_liveWrites.contains(con)) {
|
if (_liveWrites.contains(con)) {
|
||||||
if (!_writeAfterLive.contains(con)) {
|
_writeAfterLive.add(con);
|
||||||
_writeAfterLive.add(con);
|
|
||||||
}
|
|
||||||
already = true;
|
already = true;
|
||||||
} else {
|
} else {
|
||||||
pending = _pendingConnections.add(con);
|
pending = _pendingConnections.add(con);
|
||||||
|
|||||||
Reference in New Issue
Block a user