Skip to content

Commit

Permalink
Merge branch 'master' of github.com:illagrenan/django-brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Dec 5, 2016
2 parents c42ba29 + cdc49ee commit c437e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_brotli/middleware.py
Expand Up @@ -35,7 +35,6 @@ def process_response(self, request: HttpRequest, response: HttpResponse) -> Http
# 4) It's not worth attempting to compress really short responses.
# This was taken from django GZipMiddleware.
# ---------

return response

patch_vary_headers(response, ('Accept-Encoding',))
Expand Down

0 comments on commit c437e5f

Please sign in to comment.