From e06b5d7af7619e9234bb7eb8a9d66b3c7d245ad9 Mon Sep 17 00:00:00 2001 From: Brian White Date: Sun, 22 Jul 2012 23:08:13 -0300 Subject: [PATCH] http: remove duplicate assignments Closes GH-3754 --- lib/http.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/http.js b/lib/http.js index 01aa4ebde80..f7b2f786b69 100644 --- a/lib/http.js +++ b/lib/http.js @@ -1482,9 +1482,7 @@ ClientRequest.prototype.onSocket = function(socket) { parser.incoming = null; req.parser = parser; - parser.socket = socket; socket.parser = parser; - parser.incoming = null; socket._httpMessage = req; // Setup "drain" propogation.