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
Graham