After a little bit of hacking I’ve got a basic Mongrel plugin together to handle gziping and deflating a HTTP response body if a client accepts it and if activated in a Mongrel config script.
It’s based closely on the plugins I mentioned in my earlier post.
It’s probably not production ready (although I haven’t found any immediate or glaring problems with it so far), and it desperately needs some tests written. But other than that it’s good to go!
It can be found as at http://rubyforge.org/projects/mongrel-compres/.



