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 85b8c57 commit 2df904fCopy full SHA for 2df904f
lib/handler/cache-revalidation-handler.js
@@ -9,7 +9,7 @@ const assert = require('node:assert')
9
* here, which we then just pass on to the next handler (most likely a
10
* CacheHandler). Note that this assumes the proper headers were already
11
* included in the request to tell the origin that we want to revalidate the
12
- * response (i.e. if-modified-since).
+ * response (i.e. if-modified-since or if-none-match).
13
*
14
* @see https://www.rfc-editor.org/rfc/rfc9111.html#name-validation
15
0 commit comments