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

In a previous episode Koen Holtman said...
:: 
:: Jeffrey Mogul:
:: >
:: [...]
:: >  (a)	Accept-Encoding: gzip, compress, no-identity
:: >		/* an explicit "no identity-encoding wanted" token */
:: 
:: I like (a) best.  The trouble with adding q values to this header is
:: that it makes selecting the `best' encoding much more complicated
:: (decoding short floats and finding the highest one is too complicated
:: to do in a simple shell script, for example), and this would
:: discourage the deployment of servers which know about encodings.


I find this a very persuasive argument.. Content Encodings are
something we are intending to deal with aggressively in current and
upcoming server extension projects.. (CGI, fast CGI, nsapi,
whatever..) If this is the type of functionality that's going to be
handled by a lot of different applications (as opposed to a handful of
base web servers) simplicity is paramount... that unfortunately means
no q values.

-P

Received on Tuesday, 22 July 1997 06:31:57 UTC