[
http://issues.apache.org/jira/browse/MODPYTHON-76?page=comments#action_12360886
]
Graham Dumpleton commented on MODPYTHON-76:
---
I wander if the issue with filter.flush() could be related to the fact that
FilterDispatch will call it after the fil
I believe Martin Devara, the original reporter of MODPYHON-99, tested
both the request and server objects. This was discussed in the
"[mod_python] inspect.getmembers(req) segfaults" thread.
Perhaps he can comment if he examined the connection and filter objects
as well?
Jim
Graham Dumpleton
Sorry if this is a duplicate. Resending as am noticing that some of my
python-dev mails are disappearing into a black hole of late and am
trying to work out why.
The other bug:
http://issues.apache.org/jira/browse/MODPYTHON-99
also recently found and related, may also be a contributor to the
The other bug:
http://issues.apache.org/jira/browse/MODPYTHON-99
also recently found and related, may also be a contributor to the
problems
you are seeing. As Nicolas pointed out, doing introspection on the
request
object seems to be the flavour of the month.
BTW, has anyone though to do