minor changes

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

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 );