Re: [us...@httpd] chunked encoding & mod_deflate

2009-04-17 Thread howard chen
Hey On Fri, Apr 17, 2009 at 4:34 PM, Nick Kew wrote: > That probably means mod_deflate reduced the response sufficiently > to buffer all of it and set a Content-Length header.  Chunked encoding > is only useful where there's no Content-Length set. > Becuase I have exactly the "same php program

Re: [us...@httpd] chunked encoding & mod_deflate

2009-04-17 Thread Nick Kew
On 17 Apr 2009, at 05:01, howard chen wrote: Hello, Just want to ask if possible to set mod_deflate + chunked encoding together, similar to The two are independent. Transfer-Encoding=chunked Content-Encoding=gzip Should happen autmatically if it's needed. Currently I found if I set mod

[us...@httpd] chunked encoding & mod_deflate

2009-04-16 Thread howard chen
Hello, Just want to ask if possible to set mod_deflate + chunked encoding together, similar to yahoo.com, e.g. Transfer-Encoding=chunked Content-Encoding=gzip Currently I found if I set mod_deflate to process my php program, then it will skip Transfer-Encoding=chunked Any idea? Thanks.