Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
http: remove duplicate assignments
Browse files Browse the repository at this point in the history
Closes GH-3754
  • Loading branch information
mscdex authored and piscisaureus committed Jul 23, 2012
1 parent bc30c90 commit e06b5d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/http.js
Expand Up @@ -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.
Expand Down

0 comments on commit e06b5d7

Please sign in to comment.