Browse Source

http: remove duplicate assignments

Closes GH-3754
v0.8.7-release
Brian White 13 years ago
committed by Bert Belder
parent
commit
e06b5d7af7
  1. 2
      lib/http.js

2
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.

Loading…
Cancel
Save