wulliam / blogitizor

Automatically exported from code.google.com/p/blogitizor
0 stars 0 forks source link

HTML output Compression #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to determine what is being returned by the view, is it a dict that
will be rendered ? Then we need to compress the HTML, otherwise do not
compress. This breaks download type responses if it is not included in the
list.

Original issue reported on code.google.com by Thadeus....@gmail.com on 17 Jan 2010 at 8:02

GoogleCodeExporter commented 9 years ago
Fixed.

If the output is callable and ends up being a dictionary, it should get 
rendered.

Otherwise if it's not a dictionary, it probably doesn't need to be compressed.

Original comment by Thadeus....@gmail.com on 17 Jan 2010 at 9:15