Content-Encoding with q=  header.
TE header compatibility for HTTP/1.1 see rfc2616 14.39
Local Cache Control features for NN and MSIE
CGI/1.1 support + redirected request
Log the Compression Ratio
Serve the Lost Connection.

I'm not sure that
Dynamic control over the
 - pageLifeTime
 - minChunkSize
 - minChunkSizeSource
 - minChunkSizePP
 - etc.
via notes() is much better, than
dynamic setup of appropriate conf variables...

===========================================================================

02/20/02
========
From: 	gs-lists-mod_gzip@gluelogic.com
To: 	mod_gzip@lists.over.net

Microsoft has a tendency to IGNORE the HTTP headers and to "detect" the
document type itself.  e.g. I could send a MIME type of image/gif, but
if the content is HTML, some versions of IE will display it as HTML
rather than trying to decode it as GIF.  This might seem like a good thing
to you, but it was the cause of a large security hole some months ago.

Along with the Microsoft detection "feature", Microsoft tends to read the
HTTP META tags in the document (not the headers), and sometimes actually
listens to them.

Therefore, defensive programming and web publishing suggests that you should
duplicate important header tags such as Vary in the HTTP header AND in the
HTML document <head> section.

-Glenn
===========================================================================
From: =?iso-8859-1?Q?Nicholas_Oxh=F8j?= <nicholas-modperl@oxhoej.dk>
To: <modperl@apache.org>
Subject: "Streaming" compression of output from mod_perl handler?
Date: Tue, 19 Feb 2002 09:01:34 +0100

So I am basically looking for anyone who has had any success in achieving this kind of "streaming" compression,
who could direct me at an appropriate Apache module.

Nicholas Oxhj
===========================================================================
From: 	Michael.Schroepl@telekurs.de
To: 	mod_gzip@lists.over.net
Date: Thu, 8 Aug 2002 19:54:33 +0200

Subject: Antwort: [Mod_gzip] Some IE 5.5 Browsers refusing to compress /
	 should we force compression?

b) foreign proxy servers that filter out "Accept-Encoding"
   from HTTP requests because they want to cache content
   and know that they would run into trouble if confronted
   with negotiated (= potentially compressed) content,
   especially because mod_gzip still doesn't even send a
   "Vary:" header to warn these proxies.

Suggested reading:
  http://www.schroepl.net/projekte/msie/
  - visit this page with different browser settings.

Greetings, Michael
===========================================================================


