minor changes

This commit is contained in:
coderaiser 2013-02-04 09:58:52 -05:00
parent 8cb3ecc099
commit bdb9caa083

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