On Mon, 05 Mar 2007 16:18:30 -0700
Topher Fischer <[EMAIL PROTECTED]> wrote:

> That field exists in the reply from the webserver, and the reply given
> from the proxy to the client.
> 
> Just to clarify: Here's what goes out from the proxy:
> Accept-Encoding: identity,gzip,deflate
> 
> And here's what comes back:
> Content-Encoding: identity
> ...
> Content-Encoding: gzip

cg-eye confirms this at your server, but I can't reproduce
it on mine.  There's certainly a bug somewhere, but it's
not clear whether Apache is guilty of anything, or whether
it's entirely third-party stuff.

Round tuits permitting, we might check the logic in mod_deflate.
It looks as if it'll remove itself if an "identity" token is
found, which raises the question: are you running anything else
that might compress responses - for example, within your
login script?

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to