Re: [ServiceWorker] should Cache support VARY:*,otherheader or only VARY:* (#656)

> Further, gecko's network stack allowed VARY:*,otherheader, but immediately considers the Response a match if it sees a * value. (As opposed to continuing to look at other header values in SW spec.)

FYI, I think I may have gotten the gecko logic wrong in my statement above.  It immediately considers the request as VARYing if it sees a *.  I now think that means "not a match".

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/656#issuecomment-87792645

Received on Monday, 30 March 2015 19:04:25 UTC