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

Fix: Drop mime-db dependency for http-compression rule #1126

Closed
wants to merge 1 commit into from
Closed

Fix: Drop mime-db dependency for http-compression rule #1126

wants to merge 1 commit into from

Commits on Jun 7, 2018

  1. Fix: Drop mime-db dependency

    `mime-db` was used as a source to check if something should be
    compressed, but the project is planning to drop the `compressible`
    data in the near future in favor of the `compressible`¹ project.
    
    All of the cases currently covered by `compressible` are already
    covered by our code, so this change just adds the cases that were
    covered by `mime-db` and not by our code, hence, maintaining
    backwards compatibility.
    
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    
    ¹ https://github.com/jshttp/compressible
    
    Fix #1108
    alrra committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    05aff09 View commit details
    Browse the repository at this point in the history