mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:37:17 +03:00
setting ENCODING to "" means enable-all-you-support
This commit is contained in:
parent
c0197f19cf
commit
e99eff4eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue