mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(server) combine: add comment
This commit is contained in:
parent
8a5522e305
commit
0937e09863
1 changed files with 4 additions and 0 deletions
|
|
@ -248,6 +248,10 @@
|
|||
}
|
||||
});
|
||||
|
||||
/*
|
||||
* pipe should be setted up after
|
||||
* readPipe called with stream param
|
||||
*/
|
||||
if (isGzip)
|
||||
gzip.pipe(p.response);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue