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