minor changes

This commit is contained in:
coderaiser 2013-02-05 06:55:20 -05:00
parent 067ad1fe10
commit 7673b7d32d
3 changed files with 47 additions and 61 deletions

View file

@ -205,6 +205,8 @@
lReadStream = lReadStream.pipe( zlib.createGzip() );
lReadStream.pipe(lRes);
lRet = true;
}
return lRet;