This commit is contained in:
Ryan 2009-05-19 20:40:56 +02:00
Родитель b9fedf0500
Коммит b445514898
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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