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

Ignore subsequent WriteHeader calls, following net/http semantics #59

Closed EmielM closed 6 years ago

EmielM commented 6 years ago

Fixes #46

tmthrgd commented 6 years ago

@EmielM I've only skimmed this visually but it LGTM.