I have deployed Pylons using mod_fcgi behind Apache using flup. I have an action that returns a small binary file (after setting the headers for content-type, content-disposition, and content-length). This works fine when running with paste, but when I deploy it using fcgi the content-length header is changed to more than double what it is supposed to be when it is returned.
Any ideas on how to go about debugging or fixing this issue? I would rather not change my deployment method, but I could use mod_wsgi or mod_proxy with paste if I have to. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
