We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc18f4 commit 549bfeaCopy full SHA for 549bfea
examples/gzip-middleware.js
@@ -34,7 +34,7 @@ var util = require('util'),
34
//
35
36
httpProxy.createServer(
37
- require('connect-gzip').gzip({ matchType: /?:./ }),
+ require('connect-gzip').gzip({ matchType: /.?/ }),
38
9000, 'localhost'
39
).listen(8000);
40
0 commit comments