From 71c7c3e300bec7a35288abf78a212672d322acfd Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 29 Nov 2016 20:35:30 -0800 Subject: [PATCH] peer: lint. --- lib/net/peer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/peer.js b/lib/net/peer.js index e8334c9c..b0e0c338 100644 --- a/lib/net/peer.js +++ b/lib/net/peer.js @@ -2047,7 +2047,7 @@ Peer.prototype._handleHeaders = function _handleHeaders(packet) { this.logger.debug( 'Received headers packet with %d items (%s).', - items.length, this.hostname); + headers.length, this.hostname); if (headers.length > 2000) { this.setMisbehavior(100);