Skip to content

Commit

Permalink
Removed note on pull request because it has been rejected
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 25, 2012
1 parent 2e611f0 commit 47580bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckanext/resourceproxy/controller.py
Expand Up @@ -33,8 +33,7 @@ def proxy_resource(context, data_dict):
base.response.headers = r.headers

# we have to pretend that the response is not gzipped or deflated
# because we don't want request to unzip the content. There is a
# pull request pending that adds an option to iter_content.
# because we don't want request to unzip the content.
r.headers['content-encoding'] = ''

length = 0
Expand Down

0 comments on commit 47580bc

Please sign in to comment.