nytimes / gziphandler

Go middleware to gzip HTTP responses
https://godoc.org/github.com/NYTimes/gziphandler
Apache License 2.0
868 stars 129 forks source link

If the content length is already set by a previous handler, then unset it #23

Closed jameshartig closed 8 years ago

jameshartig commented 8 years ago

Fixes #17 and #12

jameshartig commented 8 years ago

@jprobinson thanks for the quick review. Just pushed up the changes you requested. I decided to check the Content-Encoding and added a NotEqual

jprobinson commented 8 years ago

🍕 :boom: thanks again!

jameshartig commented 8 years ago

Thanks for the quick merge @jprobinson! This also should fix #12 by the way.