- From: Ben Kelly <notifications@github.com>
- Date: Wed, 01 Apr 2015 06:36:28 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 1 April 2015 13:36:57 UTC
@jungkees, I think you need to parse the VARY header in case the * is embedded in a single value like `VARY:*,foo`. This was done in the existing spec language like this: > Let varyHeaders be the array containing the elements corresponding to the field-values of the Vary header. So I think we need to say if any of the field-values in any of the VARY headers is *, then reject. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/656#issuecomment-88483121
Received on Wednesday, 1 April 2015 13:36:57 UTC