mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
Remove debugging statement.
This commit is contained in:
parent
b9fedf0500
commit
b445514898
@ -322,7 +322,6 @@ node.http.Server = function (RequestHandler, options) {
|
||||
|
||||
// is this really needed?
|
||||
connection.onEOF = function () {
|
||||
puts("HTTP SERVER got eof");
|
||||
if (responses.length == 0)
|
||||
connection.close();
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user