Brad Clements wrote: > So, I have hacked in a content-length header change in gzipper, but I doubt > it will > work if underlying app writes directly to the return channel. My > understanding of > how that works is pretty weak, so some smarter person than I will need to fix > up > this patch
I applied a modified version of this, and made a test to confirm it works. (The version you gave modified the headers after they were sent to start_response, which will work if the headers are not sent immediately but won't work otherwise) -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
