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_deflate to process my php program, then it will skip Transfer-Encoding=chunked
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. -- Nick Kew --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx