chore(main) add " "

This commit is contained in:
coderaiser 2013-10-25 07:36:10 +00:00
parent 519d359b05
commit cd3b2d2732

View file

@ -235,14 +235,15 @@
cache : p.cache,
gzip : lGzip,
query : getQuery(p.request)
}) );
}));
pipe.create({
from: p.name,
write: p.response,
zip : lGzip && !p.gziped,
callback: function(pError) {
var lError = pError && pError.toString();
from: p.name,
write: p.response,
zip : lGzip && !p.gziped,
callback: function(pError) {
var lError = pError && pError.toString();
if (pError) {
p.response.writeHead(FILE_NOT_FOUND, 'OK');
p.response.end(lError);