Re: deflate in mod_deflate

2002-12-25 Thread Igor Sysoev
On Tue, 24 Dec 2002, Justin Erenkrantz wrote: As of right now, we have no plans to add 'deflate' support. I'm not aware of any browsers/client that support 'deflate' rather than 'gzip.' My guess is that the encapsulation format is slightly different than with gzip, but I really haven't

deflate in mod_deflate

2002-12-24 Thread Xiaodong Shen
Hi there, I am playing with mod_deflate that comes with 2.0.43, it works nice for Accept-Encoding: gzip, however it always returns the identity version of the requested resource if Accept-Encoding: deflate is provided in the request. My question is why Accept-Encoding: deflate is not supported

Re: deflate in mod_deflate

2002-12-24 Thread Justin Erenkrantz
On Tue, Dec 24, 2002 at 12:13:25PM -0800, Xiaodong Shen wrote: Hi there, I am playing with mod_deflate that comes with 2.0.43, it works nice for Accept-Encoding: gzip, however it always returns the identity version of the requested resource if Accept-Encoding: deflate is provided in the