diff --git a/src/main.c b/src/main.c
index 85996e2deeeeead1df8bbeb17ed52378a267dff2..62348df3e37172229aa8683c2fec9bf103cb3c8e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2952,7 +2952,7 @@ operate(struct Configurable *config, int argc, char *argv[])
 
       /* new in curl 7.10 */
       curl_easy_setopt(curl, CURLOPT_ENCODING, 
-                       (config->encoding) ? "deflate, gzip" : NULL);
+                       (config->encoding) ? "" : NULL);
 
       res = curl_easy_perform(curl);