minor changes

This commit is contained in:
coderaiser 2013-01-22 09:21:19 -05:00
parent bc6bbb0b34
commit 0da117af05
6 changed files with 37 additions and 17 deletions

View file

@ -186,8 +186,8 @@
lReq = pParams.request,
lRes = pParams.response,
lEnc = lReq.headers['accept-encoding'] || '',
lGzip = lEnc.match(/\bgzip\b/),
lEnc = lReq.headers['accept-encoding'] || '',
lGzip = lEnc.match(/\bgzip\b/),
lReadStream = fs.createReadStream(lName, {
'bufferSize': 4 * 1024