> -----Ursprüngliche Nachricht-----
> Von: Matthieu Estrade 
> 
> The reverse proxy read a brigade, then forward it to the 
> client. It should not 
> buffer the response but forward block of data. Maybe it's 
> because of deflate

mod_deflate buffers definitely. You need to turn it off for
such pages or you need to write a lot of garabage data to make
it flush.
 
> or mod_security...

Maybe if you check the outgoing responses. If not I would say no.

> 
> But this behaviour is not normal imho.

It is :-(.

This has something to do with the improper returning of the
EAGAIN status code in the filter chain.

BTW: It currently works with mod_proxy_ajp in httpd 2.2.x, but
not with mod_proxy_http.

Regards

Rüdiger


Reply via email to