On Mon, Sep 26, 2005 at 09:25:17PM +0200, Klaus Ebbe Grue wrote:
> Hi,
> 
> Can you help with a hint for this scenario:
> 
> * If Apache is used as an http reverse proxy,
> * if it relays a response from a backend server to a client,
> * if the response is in HTTP/1.1 chunked transfer encoding,
> * and if the response consists of many small chunks,
> * then the proxy buffers the small chunks and pass them on in big chunks.
> 
> How can one instruct Apache to pass chunks on without delay and buffering
> and rechunking?

httpd 2.1.x releases should flush buffered content to the client 
whenever the backend server stalls - so if you try the 2.1.7 beta it 
should behave as you expect; please file bugs if not.

Regards,

joe


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to