Re: [us...@httpd] Chunked encoding like Yahoo!

2009-03-07 Thread howard chen
Hi On Sat, Mar 7, 2009 at 8:19 PM, Eric Covener wrote: > On Sat, Mar 7, 2009 at 4:28 AM, howard chen wrote: > 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. Beca

Re: [us...@httpd] Chunked encoding like Yahoo!

2009-03-07 Thread Eric Covener
On Sat, Mar 7, 2009 at 4:28 AM, howard chen 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 do

[us...@httpd] Chunked encoding like Yahoo!

2009-03-07 Thread howard chen
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?) Thanks. - The official User-T