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

Drop accept-encoding header when supported #157

Merged
merged 3 commits into from
Jul 23, 2019

Commits on Apr 13, 2019

  1. Verify that supported Accept-Encoding header are dropped

    Andreas Linz committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    619f85f View commit details
    Browse the repository at this point in the history
  2. Drop accept-encoding header when supported

    This prevents following handlers from encoding the request again since
    we dropped the intention to do this.
    
    Fixes gorilla#153
    Andreas Linz committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    b1d04f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Do not use subtests to be compatible with Go <1.7

    Andreas Linz committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    b3c92b4 View commit details
    Browse the repository at this point in the history