diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 85996e2de..62348df3e 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); |