chore(server) combine: add comment

This commit is contained in:
coderaiser 2013-11-27 08:21:31 +00:00
parent 8a5522e305
commit 0937e09863

View file

@ -248,6 +248,10 @@
}
});
/*
* pipe should be setted up after
* readPipe called with stream param
*/
if (isGzip)
gzip.pipe(p.response);
};