On Tue, Oct 20, 2009 at 03:21:46PM -0700, Mike Orr wrote:
>
> On Tue, Oct 20, 2009 at 8:16 AM, wrote:
> >
> > my app is dynamically rendering images using cairo, which i write into
> > the response with:
> >
> > response.content_type="image/png"
> > surface.write_to_png( response )
> >
> > i di
On Tue, Oct 20, 2009 at 8:16 AM, wrote:
>
> my app is dynamically rendering images using cairo, which i write into
> the response with:
>
> response.content_type="image/png"
> surface.write_to_png( response )
>
> i did not return anything, because it was working fine.
> so when this was working,