Hello David, On Mon, Oct 19, 2009 at 8:51 PM, David Becerril <[email protected]> wrote:
> Adding gzip compression in encoding in the php behavior I do not get the > content-length when sending the file: As far as I know, that is the correct behaviour, because Cherokee can't figure out what's the length of the gziped data when the headers are sent to the client. Anyway, I can see a problem here: > Connection: Keep-Alive > Content-Encoding: gzip > Transfer-Encoding: Identity You can use gzip encoding with "Keep-Alive" only if "Transfer-Encoding" is "chunked". -- Saludos: Antonio Pérez _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
