Re: [EMAIL PROTECTED] Transfer-Encoding: chunked

2006-01-24 Thread Khai Doan
The bug is in my code. I was calling $r->rflush() before sending the content. Khai From: Joshua Slive <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Transfer-Encoding: chunked Date: Tue, 24 Jan 2006 15:29:35 -0500 O

Re: [EMAIL PROTECTED] Transfer-Encoding: chunked

2006-01-24 Thread Joshua Slive
On 1/24/06, Khai Doan <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I am trying to tune my apache mod_perl server, and I notice that it is > sending response header Tranfer-Encoding: chunked . What is this for? What > module is sending this? Is there a way to prevent this ? It is the core se

[EMAIL PROTECTED] Transfer-Encoding: chunked

2006-01-24 Thread Khai Doan
Hello everyone, I am trying to tune my apache mod_perl server, and I notice that it is sending response header Tranfer-Encoding: chunked . What is this for? What module is sending this? Is there a way to prevent this ? Thank you. -