> Whenever I enable GZIP compression on this page, via mod_deflate, Web
> browsers do not show the total file size to be downloaded, presumably
> because Apache is chunking the reply and the Content-Length header is
> very small, e.g., 20

Do you mean some of the chunk sizes? There should be no Content-Length header.

The browser cannot estimate the progress because neither client or
server knows how large the compressed file will be, because its
compressed on the fly.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to