From 09e9ca4ac979b263e392ef50bbb747406c65e624 Mon Sep 17 00:00:00 2001 From: keltheceo Date: Sat, 10 Oct 2015 11:58:10 -0700 Subject: [PATCH] modified comment on line 132 --- lib/_debug_agent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_debug_agent.js b/lib/_debug_agent.js index 63c50357894b08..0ade767c90cf82 100644 --- a/lib/_debug_agent.js +++ b/lib/_debug_agent.js @@ -129,7 +129,7 @@ Client.prototype._transform = function _transform(data, enc, cb) { } // Match: - // Header-name: header-value\r\n + // Header-name: header-value\r\n var match = this.buffer.match(/^([^:\s\r\n]+)\s*:\s*([^\s\r\n]+)\r\n/); if (!match) return this.destroy('Expected header, but failed to parse it');