Skip to content

Commit

Permalink
[fix] broken RegExp
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Aug 2, 2011
1 parent 4cc18f4 commit 549bfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gzip-middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var util = require('util'),
//

httpProxy.createServer(
require('connect-gzip').gzip({ matchType: /?:./ }),
require('connect-gzip').gzip({ matchType: /.?/ }),
9000, 'localhost'
).listen(8000);

Expand Down

0 comments on commit 549bfea

Please sign in to comment.