setting ENCODING to "" means enable-all-you-support

This commit is contained in:
Daniel Stenberg 2003-05-12 12:45:57 +00:00
parent c0197f19cf
commit e99eff4eb0
1 changed files with 1 additions and 1 deletions

View File

@ -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);