fix notfound handler.

This commit is contained in:
Christopher Jeffrey 2016-05-09 09:49:28 -07:00
parent 2189d79c47
commit 15045bfb0b
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -939,7 +939,7 @@ Pool.prototype._createPeer = function _createPeer(options) {
item = items[i];
req = self.request.map[item.hash];
if (req && req.peer === peer)
item.finish();
req.finish();
}
});