mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
setting ENCODING to "" means enable-all-you-support
This commit is contained in:
parent
c0197f19cf
commit
e99eff4eb0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user