mirror of https://github.com/nodejs/node.git
parent
bc30c90af6
commit
e06b5d7af7
|
@ -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…
Reference in New Issue