Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid KeyError if no Content-Type header; don't perform unnecessary checks in can_minify_response #87

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2015

  1. Add Exception and test for if request._hit_htmlmin is ever set to Fal…

    …se (which it should not be)
    jdotjdot committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    e06e826 View commit details
    Browse the repository at this point in the history
  2. Return False immediately from middleware.can_minify_response rather t…

    …han perform unneeded checks
    jdotjdot committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    73837c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbb8859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e3299 View commit details
    Browse the repository at this point in the history