On Sat, Mar 7, 2009 at 4:28 AM, howard chen <[email protected]> wrote: > Hello, > > When viewing Yahoo! main page, it is encoded as "compressed/chunked", > I know how to use mod_gzip to enable to compression, but how to use > "chunked encoding"? (In fact, what is the advangage?)
There's only an advantage when you don't know the length ahead of time, or your processing it in such a way that the length will change. When it's needed, it will just happen. -- Eric Covener [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
