25 Oct 10:42
Commented: (MODPYTHON-222) Support for chunked transfer encoding on request content.
From: Michael Barton (JIRA <jira <at> apache.org>
Subject: Commented: (MODPYTHON-222) Support for chunked transfer encoding on request content.
Newsgroups: gmane.comp.apache.mod-python.devel
Date: 2008-10-25 08:45:44 GMT
Subject: Commented: (MODPYTHON-222) Support for chunked transfer encoding on request content.
Newsgroups: gmane.comp.apache.mod-python.devel
Date: 2008-10-25 08:45:44 GMT
[
https://issues.apache.org/jira/browse/MODPYTHON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642604#action_12642604
]
Michael Barton commented on MODPYTHON-222:
------------------------------------------
I'd love to see this issue fixed in some manner. Chunked transfer would be useful for stuff like streaming
the output of gzip to the server rather than spooling to disk locally to get the length first.
I don't know enough about mod_python to properly evaluate the above patch, but it's been working for me.
> Support for chunked transfer encoding on request content.
> ---------------------------------------------------------
>
> Key: MODPYTHON-222
> URL: https://issues.apache.org/jira/browse/MODPYTHON-222
> Project: mod_python
> Issue Type: New Feature
> Components: core
> Affects Versions: 3.3.1
> Reporter: Graham Dumpleton
> Attachments: mod_python-211-212-222-fix-revised.patch, requestobject.c
>
>
> It is currently not possible to use chunked transfer encoding on request content delivered to a
mod_python request handler.
> The use of chunked transfer encoding is explicitly blocked in C code by:
> rc = ap_setup_client_block(self->request_rec, REQUEST_CHUNKED_ERROR);
(Continue reading)
RSS Feed