ericmckean / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

HTTP_Encoder doesn't send Vary in non-encoded responses #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's incorrect to only send Vary for encoded responses:
http://stackoverflow.com/questions/694918/695007#695007

Using the HTTP_Encoder object or the static output() should apply the 
header. Maybe getAcceptedEncoding() by itself should not.

Original issue reported on code.google.com by mrclay....@gmail.com on 29 Mar 2009 at 10:49

GoogleCodeExporter commented 9 years ago
Fixed in R318.

Original comment by mrclay....@gmail.com on 30 Mar 2009 at 1:49