summaryrefslogtreecommitdiff
path: root/apps/patchmetrics/gerrit.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchmetrics/gerrit.py')
-rw-r--r--apps/patchmetrics/gerrit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/patchmetrics/gerrit.py b/apps/patchmetrics/gerrit.py
index 0713dae..0929f0c 100644
--- a/apps/patchmetrics/gerrit.py
+++ b/apps/patchmetrics/gerrit.py
@@ -142,7 +142,6 @@ def gerrit_request(request_url):
# https://groups.google.com/group/repo-discuss/msg/78e70b07ad1aacce
# https://gerrit-review.googlesource.com/Documentation/rest-api.html
request.add_header("Accept", "application/json")
- request.add_header("Accept-Encoding", "gzip")
# The request in this case needs to be a GET.
json_string = sanitize_json_response(urllib2.urlopen(request).read())
json_object = json.loads(json_string)