Skip to content

Commit

Permalink
Merge branch '2.10-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Aug 4, 2016
2 parents cd3bc42 + cae0f5c commit fb65145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/pulp/server/webservices/middleware/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def process_exception(self, request, exception):
response_obj = HttpResponseServerError(
json.dumps(response), content_type="application/json; charset=utf-8")

response_obj['Content-Encoding'] = 'utf-8'
return response_obj
# Because this defines our own exception handling, if something goes wrong we need to make
# sure that it gets logged.
Expand Down

0 comments on commit fb65145

Please sign in to comment.