net: remove isBusy check from sendRequests.

This commit is contained in:
Christopher Jeffrey 2016-11-28 17:31:21 -08:00
parent 507fd89948
commit fa8b4c6428
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1689,9 +1689,6 @@ Pool.prototype.scheduleRequests = co(function* scheduleRequests(peer) {
Pool.prototype.sendRequests = function sendRequests(peer) {
var i, size, items;
if (this.chain.isBusy())
return;
if (peer.queueBlock.length === 0)
return;