On 29 August 2011 23:15, Alexander Kolesen <[email protected]> wrote:
> Hi,
> Why should mod_wsgi remove all input/output filters except core filters?

It only does this in the daemon process. This is because the
input/output filters are being applied in the Apache child process
that is proxying the request to the daemon process.

It was a side affect of trying to use the same Apache request handling
infrastructure on daemon side so didn't have to maintain two different
dispatching mechanisms to actual WSGI application. In the future I
will likely create a second one which works straight of data coming
off the proxy socket connection rather than trying to map it back to
Apache request object and bucket brigade.

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en.

Reply via email to