small fix
This commit is contained in:
@@ -29,7 +29,7 @@ public class ServerConnexion extends Connexion {
|
||||
}
|
||||
|
||||
public boolean update() {
|
||||
if (shouldClose | isClosed())
|
||||
if (shouldClose || isClosed())
|
||||
return false;
|
||||
return this.keepAliveHandler.update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user