On 15 Oct 2003, Gonzalo Arana wrote: > Hi, > > I'm back with this issue, now with squid-3. > > I need some basic guides to know where may I add Content-Encoding: gzip > and/or deflate support for squid.
Content-Encoding should not be done in a proxy unless you know exacly what you are doing. There is very fargoing implications of applying Content-Encoding to a entity. Transder-Encoding may be done freely in a proxy with no implications, except that HTTP/1.1 support is needed... Regards Henrik
