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

Conversation

klingtnet
Copy link
Contributor

This prevents following handlers from encoding the request again since
we dropped the intention to do this.

Fixes #153

Andreas Linz added 2 commits April 13, 2019 14:34
This prevents following handlers from encoding the request again since
we dropped the intention to do this.

Fixes gorilla#153
@klingtnet
Copy link
Contributor Author

The CI run failed because I used subtests which are not available for Go <1.7 😑

@klingtnet
Copy link
Contributor Author

Should I squash my commits?

@elithrar
Copy link
Contributor

elithrar commented Apr 15, 2019 via email

@klingtnet
Copy link
Contributor Author

Any news on this?

@denniskribl
Copy link

@elithrar this is still relevant. Any news?

@elithrar elithrar self-assigned this Jul 23, 2019
@elithrar
Copy link
Contributor

Thanks for this, @klingtnet!

(been swamped!)

@elithrar elithrar merged commit 7a35d4c into gorilla:master Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CompressHandler gzip's twice
3 participants