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

304, 204 etc response with Accept-Encoding: gzip #5

Closed yonderblue closed 8 years ago

yonderblue commented 9 years ago

Doesn't this still write the footer because of the gzip writer .Close()?