minor changes

This commit is contained in:
coderaiser 2013-02-04 10:01:25 -05:00
parent e8328f7b1f
commit dc974abbaf

View file

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