On Fri, Feb 15, 2008 at 4:39 PM, Michael McGlothlin
<[EMAIL PROTECTED]> wrote:
> I'm using PHP to dynamically serve images and am using compression on
>  the output. For GET I know that I should make the Content-Length header
>  the size of the compressed data. For HEAD requests do I do the same or
>  do I provide the uncompressed Content-Length? Thanks.

HEAD responses should be identical to GET responses without the content body.

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