projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc30c90
)
http: remove duplicate assignments
author
Brian White
<mscdex@gmail.com>
Mon, 23 Jul 2012 02:08:13 +0000
(23:08 -0300)
committer
Bert Belder
<bertbelder@gmail.com>
Mon, 23 Jul 2012 09:35:52 +0000
(11:35 +0200)
Closes GH-3754
lib/http.js
patch
|
blob
|
history
diff --git
a/lib/http.js
b/lib/http.js
index 01aa4ebde80bd21804bdcf52c98eb27a81a43bfc..f7b2f786b69e231d012c8f1daea8c0463c1d183d 100644
(file)
--- 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.