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
* 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
* 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
* 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
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
* 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
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