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

+@reschke +@mnot +@willchan your expert help is needed!

When matching a request to a response in the ServiceWorker cache, we're currently ignoring `*` because, well, it's scary. Should we:

* Pretend it isn't there
* Make `vary: *` requests match *nothing ever*
* Something else?

Additionally, what should we do with `vary: *, otherheader`?

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

Received on Monday, 30 March 2015 18:56:23 UTC