On 12/11, Bill Janssen wrote: | "gzip" is a registered HTTP content-coding transfer parameter (see | http://www.iana.org/assignments/http-parameters) while "x-gzip" isn't, | so that's probably a good idea.
I agree with you. However, it looks like Apache developpers still use x-gzip. From Apache 1.3 http.conf.default: AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip AddEncoding x-gzip gz tgz I will change my WWW server so that it returns gzip, but I am surprised that Apache does the wrong thing...
