3rd-Eden / versions

Versions, A small module for creating a flexible CDN application
204 stars 13 forks source link

Cache deflate/gzip separatly #11

Closed Swaagie closed 11 years ago

Swaagie commented 11 years ago

Browsers which support one type on compression only should be served correctly

3rd-Eden commented 11 years ago

Just some notes on this, if there are multiple values in the accept-encoding header we should just send the gzipped data as tests show that it's the most stable across browsers. We should only send deflate if the header value only contains deflate