On Wed, 2006-08-23 at 12:23 +0200, Juhasz Gabor wrote: > How can i use $(subject) with squid. Altough squid enables this > header, it changes HTTP protocols (1.1 -> 1.0). Yes. Squid is still HTTP/1.0 for various small but important reasons. > and IE doesnt't like 'Content-Transfer-Encopding : gzip' header with > HTTP/1.0 protocol and does nothing (maybe some crash). Now you confuse me a bit. There is no Content-Transfer-Encoding in HTTP, what there is is Content-Encoding, indicating the encoding of the entity (all versions) Transfer-Encoding, transport level hop-by-hop encoding (HTTP/1.1 and later). Squid supports the first (Content-Encoding), but not the second (Transfer-Encoding). Note: HTTP/1.1 is very clear that Transfer-Encoding MUST NOT be used in responses to HTTP/1.0 requests. Some day we'd like to support HTTP/1.1, but still some work remains. Regards Henrik