minor changes

This commit is contained in:
coderaiser 2013-02-04 09:58:52 -05:00
parent 4f0cba6b5b
commit e8328f7b1f

View file

@ -427,7 +427,7 @@
}
p.response.writeHead(p.status || OK, lHead);
p.request.end();
p.response.end();
Util.log(lPath + ' sended');
Util.log( p.status === NOT_FOUND && p.data );