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]

Reply via email to