summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 29cf435f19..77eab26f63 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -121,7 +121,7 @@ class Downloader
options['If-Modified-Since'] = since
end
end
- options['Accept-Encoding'] = '*' # to disable Net::HTTP::GenericRequest#decode_content
+ options['Accept-Encoding'] = 'identity' # to disable Net::HTTP::GenericRequest#decode_content
options
end