Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-24 Thread Joe Orton
On Tue, Nov 15, 2005 at 08:42:54AM -0800, inder sabharwal wrote: > I have a server that sends data using Transfer-Encoding: Chunked, but > mod_proxy is buffering up the data until it hits the internal limit of > 8K. Our client application expects to receive data from the server over > a period

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-21 Thread Alan Gutierrez
* Alan Gutierrez <[EMAIL PROTECTED]> [2005-11-17 11:42]: > * inder sabharwal <[EMAIL PROTECTED]> [2005-11-15 11:43]: > > > I have a server that sends data using Transfer-Encoding: Chunked, but > > mod_proxy is buffering up the data until it hits the internal limit of > > 8K. Our client applicat

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
* Joshua Slive <[EMAIL PROTECTED]> [2005-11-17 14:15]: > On 11/15/05, inder sabharwal <[EMAIL PROTECTED]> wrote: > > Hi: > > I have a server that sends data using Transfer-Encoding: Chunked, but > > mod_proxy is buffering up the data until it hits the internal limit of > > 8K. Our client applicati

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
* Alan Gutierrez <[EMAIL PROTECTED]> [2005-11-17 11:42]: > * inder sabharwal <[EMAIL PROTECTED]> [2005-11-15 11:43]: > > > I have a server that sends data using Transfer-Encoding: Chunked, but > > mod_proxy is buffering up the data until it hits the internal limit of > > 8K. Our client applicat

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Joshua Slive
On 11/15/05, inder sabharwal <[EMAIL PROTECTED]> wrote: > Hi: > I have a server that sends data using Transfer-Encoding: Chunked, but > mod_proxy is buffering up the data until it hits the internal limit of > 8K. Our client application expects to receive data from the server over > a period of tim

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
* inder sabharwal <[EMAIL PROTECTED]> [2005-11-15 11:43]: > I have a server that sends data using Transfer-Encoding: Chunked, but > mod_proxy is buffering up the data until it hits the internal limit of > 8K. Our client application expects to receive data from the server over > a period of tim

[EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-15 Thread inder sabharwal
Hi: I have a server that sends data using Transfer-Encoding: Chunked, but mod_proxy is buffering up the data until it hits the internal limit of 8K. Our client application expects to receive data from the server over a period of time, and doesnot know the length of the data in advance. I hav