We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d88077 commit 22a0795Copy full SHA for 22a0795
tests/conditional-etag.mjs
@@ -340,8 +340,9 @@ export default {
340
]
341
},
342
{
343
- name: 'HTTP cache must not use a stored `ETag` to validate when the presented `Vary`ing request header differs',
+ name: 'Does HTTP cache use a stored `ETag` to validate when the presented `Vary`ing request header differs?',
344
id: 'conditional-etag-vary-headers-mismatch',
345
+ kind: 'check',
346
spec_anchors: ['caching.negotiated.responses'],
347
depends_on: ['conditional-etag-vary-headers', 'vary-no-match'],
348
requests: [
0 commit comments