summaryrefslogtreecommitdiff
path: root/tool/downloader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index c5f18f1f16..fcf456bd53 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -91,6 +91,7 @@ class Downloader
options['If-Modified-Since'] = since
end
end
+ options['Accept-Encoding'] = '*' # to deisable Net::HTTP::GenericRequest#decode_content
options
end