Re: Any objections to "Accept-encoding: gzip, *;q=0"?

Joel N. Weber II writes:

	 (a)	Accept-Encoding: gzip, compress, no-identity
		       /* an explicit "no identity-encoding wanted" token */
    
	 (b)	Accept-Encoding: gzip, compress, strict
		       /* "strict" means "this set, or nothing" */
    
    Note that any older server will ignore the `strict' or the
    `no-identity', so you still might get uncompressed content.
    
Of course.  I probably should have stated that the ability to
say "don't send me 'identity'" is an optimization, and not always
available (because of the situation you suggest).

-Jeff

Received on Monday, 21 July 1997 18:22:05 UTC