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

Use standard Vary response header #3

Closed dim closed 9 years ago

dim commented 9 years ago

Responses should acknowledge Accept-Encoding - https://www.maxcdn.com/blog/accept-encoding-its-vary-important/

adammck commented 9 years ago

Great, thanks for catching this!