[EMAIL PROTECTED] Re: Preventing mod_deflate dechunking of dynamic content

2006-09-25 Thread Manuel Lemos
Hello, on 09/19/2006 02:38 PM Joshua Slive said the following: > On 9/19/06, Manuel Lemos <[EMAIL PROTECTED]> wrote: >> So, my doubt is: how can I configure Apache to return a response that >> may trigger chunking/compression or not that mod_gzip/mod_deflate >> performs ? >> >> I though of returni

Re: [EMAIL PROTECTED] Re: Preventing mod_deflate dechunking of dynamic content

2006-09-19 Thread Joshua Slive
On 9/19/06, Manuel Lemos <[EMAIL PROTECTED]> wrote: What I really need is to be able to force chunked response only on specific requests to PHP scripts. If it is not possible or desirable to serve compressed chunked responses, then what I need to be able to force uncompressed chunked responses o

[EMAIL PROTECTED] Re: Preventing mod_deflate dechunking of dynamic content

2006-09-18 Thread Manuel Lemos
Hello, on 09/18/2006 10:36 AM Joshua Slive said the following: >> So I need to find another way of signaling mod_deflate/mod_gzip to not >> dechunk the response. >> >> I think I could emit a custom response header like "x-dechunk: no" or >> something else as a flag to prevent dechunking. >> >> How