[fix] broken RegExp

This commit is contained in:
Dominic Tarr 2011-07-28 15:01:19 +10:00
parent 4cc18f4217
commit 549bfeac23

View File

@ -34,7 +34,7 @@ var util = require('util'),
//
httpProxy.createServer(
require('connect-gzip').gzip({ matchType: /?:./ }),
require('connect-gzip').gzip({ matchType: /.?/ }),
9000, 'localhost'
).listen(8000);