req.connection.keepalive should be writable
-------------------------------------------
Key: MODPYTHON-238
URL: https://issues.apache.org/jira/browse/MODPYTHON-238
Project: mod_python
Issue Type: Improvement
Components: core
Affects Versions: 3.3.1
Reporter: Graham Dumpleton
Priority: Minor
The attribute req.connection.keepalive should be writable. This would allow
handlers to use:
req.connection.keepalive = apache.AP_CONN_CLOSE
Doing this before any data is written has the effect of disabling keepalive and
also turning off chunked encoding for response content when no content length
has been supplied.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.