No matter how I test using different value of Accept-Encoding, it always returned as gzip. curl -I -H 'Accept-Encoding: gzip' http://www.example.com Content-Encoding: gzip curl -I -H 'Accept-Encoding: deflate' http://www.example.com Content-Encoding: gzip Seems the documentation is confusing? So how to force deflate? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx