mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
chore(main) add " "
This commit is contained in:
parent
519d359b05
commit
cd3b2d2732
1 changed files with 7 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue