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

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 server that sends this and it is required by the
HTTP/1.1 spec when sending content where the total length is not known
at the time the headers are sent.  See the spec for more details.

Joshua.

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




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