cleanup: remove no-op invocation

This commit is contained in:
zab2
2013-10-09 14:04:34 +00:00
parent 7513d42e9e
commit 513da3b743

View File

@@ -115,7 +115,6 @@ class ConnectionPacketHandler {
_log.warn("Inbound buffer exceeded on connection " + con + " ("
+ ready + "/"+ (ready+allowedBlocks) + "/" + available
+ ": dropping " + packet);
ack(con, packet.getAckThrough(), packet.getNacks(), null, false, choke);
con.getOptions().setChoke(61*1000);
packet.releasePayload();
con.ackImmediately();