On Apr 11, 2007, at 3:34 PM, Ruediger Pluem wrote:



On 04/11/2007 06:42 PM, Filipe wrote:
I'm trying to use apache to proxy a push application, using chunked
transfer
encoding. The problem is that the mod_proxy buffers the server response internally and only sends the data to the client when the buffer is filled
or the connection with the server is terminated.

This behavior is not adequate for push applications, where the response
must
be redirected instantly to the http client.

This problem was discussed a year ago:
http://mail-archives.apache.org/mod_mbox/httpd-dev/200602.mbox/raw/ [EMAIL PROTECTED]/

This is only fixed in trunk so far. See
http://issues.apache.org/bugzilla/show_bug.cgi?id=41056
and
http://svn.apache.org/viewvc?view=rev&revision=480135


Hmmm. Looks like a backport candidate... I'll likely
do some testing and propose if it works :)

Reply via email to