On Friday, June 10, 2011 01:15:05 am Anders wrote: > Hi all, > > Is there a TG recipe for gzip'ing a response during development, i.e., > using paster serve ?
Not that I'm aware of. > > While it is trivial in a production server, I'm not sure how to do it > during development. Should I be wrapping my requests/responses > with Paste's make_gzip_middleware or is there another way ? Sounds good to me, just use that. You should be able to configure it so that it's just for development, but on production you use e.g. apache for that. Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

