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

Pre-compressed .gz files support #4

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

Commits on Jun 11, 2015

  1. Fix reflection warnings

    vizanto committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    4b9618b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f448ea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Allow clients to send multiple Accept headers.

    (Google pagespeed happens to be such a client.)
    
    Fixes:
    
    java.lang.ClassCastException: clojure.lang.PersistentList cannot be cast to java.lang.CharSequence
     at clojure.core$re_matcher.invoke (core.clj:4475)
        clojure.core$re_seq.invoke (core.clj:4500)
        ring.middleware.gzip$accepts_gzip_QMARK_.invoke (gzip.clj:17)
    vizanto committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    20125d6 View commit details
    Browse the repository at this point in the history